Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 578 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 578 Bytes

RevYou

RevYou is an aggregated review site which utilizes data from other sources and places it into one compact application for users to access. Designed and developed by RATBIT as part of the DNUI Program 2018.

Requirements

  • Node 6
  • TypeScript 2
  • CoffeeScript 2
  • Nodemon is recommended for development

Usage

Update packages with npm install Start with npm start by default the application runs on port 3000.

CoffeeScript and TypeScript are compiled separately

  • TypeScript tsc
  • CoffeeScript coffee -c .

Start with npm start or node bin/www.