- Node.js >= 8
- MongoDB >= 3.2
- Clone Git repository
git clone https://github.com/EcommEasy/EcommEasy-Store.git- Go to EcommEasy-Store app folder
cd EcommEasy-Store- Install dependencies
npm install- Run Application
P.S. Your backend (api) must be online. Follow this README file before you run EcommEasy-Store.
Start the application in your terminal:
npm startor) Start the application in the background
pm2 start process.jsonOpen http://localhost:3000 to see your store.