The app is an example of flux architecture with Backbone used for the Stores. Jest is used to test the app. Gulp is used as the build tool.
Clone repo
git clone https://github.com/caljrimmer/react-flux-bill.git
then
cd react-flux-bill
npm start
this is will spin up a server (and a watcher). Visit the app at:
http://localhost:3000
Tests can be found in tests. They can be run with
npm test