This is a Next.js project bootstrapped with create-next-app. It's a paginated list of stores that uses data pulled from an API. It was created as a take home execise for BigCommerce.
First, start the development server:
npm run devThen, open http://localhost:3000 in your browser. The app will auto-updates as you edit the code.
First, build the app:
npm run buildThen, start the production server:
npm run startFinally, open http://localhost:3000 in your browser.
This app is currently deployed on Vercel, and you can check it out here.