UBC CPSC 304 Term Project
2017W2 Group 94
Andy Siu, David Kim, Ivan Gill, Justin Oh
$ 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.