A port to React of Farely
npm install
.- Download the AWS config (farely-aws.json) from Github Gist.
npm start
- Compile, start server, watch for file changes
npm run test
- Run test suite
./node_modules/.bin/gulp compile deploy
- Compiles all assets into /dist; deploys to S3 (make sure farely-aws.json is downloaded to project root).