EcommEasy / EcommEasy-Admin

The admin app of EcommEasy build using React and Express.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:JavaScript 97.5%Language:CSS 2.1%Language:HTML 0.3%Language:Dockerfile 0.1%Language:Shell 0.0%