astroash / policy-picker

Web app for political policies to be broken down and explained in a simple visual way to engage young users
https://policypicker.herokuapp.com/
6 stars 1 forks source link

Setup initial project environment #2

Closed morkeltry closed 7 years ago

morkeltry commented 7 years ago

Setup a boilerplate environment ready to customise. Acceptance Criteria:

maxgerber commented 7 years ago

We added a line to our package.json test script which bypassed the weird warning we were getting about the Request Animation Frame polyfill. We removed nyc/codecov because coverage is inbuilt to React-Jest via the command npm run test -- --coverage.

Travis is passing.

Setup and development environment working.