/reviews

jianing-reviews

Primary LanguageJavaScript

Project Name

Customer Reviews

Project description

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Some usage instructions

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Development

Installing Dependencies

From within the root directory:

#### Install
npm install -g webpack
npm install
npm install db-seed --save-dev
npm install moment --savesh
#### Run
mongod
mongo
npm run seed
npm start
npm run react-dev (optional)

Open your browser on localhost: 3005