Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 525 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 525 Bytes

Simple Bill statement with React/Backbone utilising Flux

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.

Installation

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

Testing

Tests can be found in tests. They can be run with

npm test