- Node.js >= 8
- MongoDB >= 3.2
- Clone Git repository
git clone https://github.com/EcommEasy/EcommEasy-Admin.git
- Go to EcommEasy-Admin app folder
cd EcommEasy-Admin
- Install dependencies
npm install
- Run Application
P.S. Your backend (api) must be online. Follow this README file before you run EcommEasy-Admin.
Start the application in the background
pm2 start process.json
At this setup your EcommEasy admin dashboard app is now connected to api and available in browser at http://localhost:3002