/Shop

Primary LanguageCSS

Nodejs Shop Template

Environment vars

This project uses the following environment variables:

Name Description Default Value
CORS Cors accepted values "*"  

Pre-requisites

Getting started

  • Clone the repository
git clone  https://github.com/mammadsafar/store.git
  • Install dependencies
cd store
npm install
npm install nodemon
  • Build and run the project
npm start

Navigate to http://localhost:8008/home

Common Issues

npm install fails

The current solution has an example for using a private npm repository. if you want to use the public npm repository, remove the .npmrc file.