Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 859 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 859 Bytes

FEC => Review Service Module

Review Module for WARP-V's FEC HRSF105

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

If no reviews appear run 'npm run db-seed' again.

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.1
  • etc

Development

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install
npm run build
npm run server-dev
npm run db-seed