Skip to content

nickdehart/ecommerce_store

Repository files navigation

Build Status

E-Commerce Store

A configurable, mobile first, store application that can easily be changed to sell a variety of products.

Mobile View:

alt text

Desktop View:

alt text

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages