Controls recruitment Fall 2018 is hosted on a separate React App, the main rationale being that we can make it easier to code on our application.
- Install
Node.js
andnpm
for your OS: https://nodejs.org/en/ - Clone the repo
git clone https://github.com/uwnrg/controls-recruitment-f18
- Enter
controls-recruitment-f18
and runnpm install
- Start development server with
npm start
- Build production folder with
npm run build
The app is deployed on Heroku. I (Jeff Niu) am currently hosting it under my account
([email protected]) under the name uwnrg-controls-f18
.
git add .
git commit -m "commit message"
git push heroku master