Skip to content

EcommEasy/EcommEasy-Store

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published