Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 361 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 361 Bytes

react-flux-webpack-starter

Boilerplate for a React + Flux + Webpack project

Uses react-mini-router for routing Uses CoffeeScript for scripts when necessary

Install

npm install

Running

Run the development server

npm run dev

Build production javascript bundle

npm run build

Unit Testing

npm test