Skip to content

glenn-murray-bse/consolidate

Repository files navigation

Coverage Status Build Status

Run development server

npm start

Will reload browser on file changes

TODO implement real hot module reloading (as opposed to full page refresh; see https://github.com/gaearon/react-transform-hmr)

Continously run tests

npm test

Will re-run tests when any files change.

Deploy to continuous integration server

git push

Will initiate continuous integration server build

Continuous integration

Circle CI will run the test coverage and eventually deploy to firebase

Run test coverage

npm run test:circleci

Build production deployment (work in progress)

npm publish