note: You must have node.js and npm installed before continuing
Install npm packages (packages.json)
npm install
Start server (also performs gulp tasks)
npm start
Server: localhost:3333
React: frontend library Koa: server framework
Gulp: task runner Nodemon: Restarts server if relevant files are changed Browserify: Compiles assets on the server Watchify: Recompiles assests when a relevant file is changed Babelify: Javascript compiler (Allows you to write in ES6 and JSX)