Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 741 Bytes

File metadata and controls

40 lines (28 loc) · 741 Bytes

Setup Instructions

Requirements

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

EcommEasy Frontend (Store) Installation

  • 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 start

or) Start the application in the background

pm2 start process.json

Open http://localhost:3000 to see your store.