caljrimmer / react-flux-bill

Example of displaying a bill statement Flux, React and Backbone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example of displaying a bill statement Flux, React and Backbone


Languages

Language:JavaScript 100.0%Language:CSS 0.0%Language:HTML 0.0%