A configurable, mobile first, store application that can easily be changed to sell a variety of products.
- Developed with
create-next-app
- Currently deployed on
Zeit Now
athttps://ecommercestore.now.sh/
Install it and run:
- Must create a .env file as it is needed for much of the API logic.
- sample.env will work for running in development
- MongoDB must be running
yarn
yarn dev
# or
npm install
npm run dev
Building for Production:
yarn build
yarn start
# or
npm run build
npm start