Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 435 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 435 Bytes

redatabbit

UBC CPSC 304 Term Project
2017W2 Group 94
Andy Siu, David Kim, Ivan Gill, Justin Oh

Getting Started

$ npm install                       # Install Node.js components listed in ./package.json

This will install the necessary packages

$ npm run dev                       # Starts up the entire server

This will start the webpack server on port 3000 and the express server on port 9001.