Skip to content

The admin app of EcommEasy build using React and Express.

License

Notifications You must be signed in to change notification settings

EcommEasy/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

The admin app of EcommEasy build using React and Express.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages