Skip to content

SouravInsights/EcommEasy-Admin

 
 

Repository files navigation

Setup Instructions

Requirements

  • Node.js >= 8
  • MongoDB >= 3.2

EcommEasy Admin Dashboard Installation

  • 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.5%
  • CSS 2.1%
  • Other 0.4%