Skip to content

mlombardi96/bigcommerce-take-home

Repository files navigation

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.

Running the App

Development Mode

First, start the development server:

npm run dev

Then, open http://localhost:3000 in your browser. The app will auto-updates as you edit the code.

Production Mode

First, build the app:

npm run build

Then, start the production server:

npm run start

Finally, open http://localhost:3000 in your browser.

Deployed on Vercel

This app is currently deployed on Vercel, and you can check it out here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published