EcommEasy / EcommEasy-Store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 74.3%Language:CSS 23.8%Language:HTML 1.2%Language:Shell 0.3%Language:Dockerfile 0.3%