Skip to content

arosca/generator-react-spa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Single Page App using Flux - Yeoman generator

Stack

React

A javascript library for building user interfaces.

Flux

Flux is the application architecture that complements React's composable view components by utilizing a unidirectional data flow.

Backbone

Backbone.Models and Backbone.Collections are used as Flux stores.

Browserify

Browserify lets you require('modules') in the browser by bundling up all of your dependencies.

Sass

Sass is the most mature, stable, and powerful professional grade CSS extension language in the world.

React-Bootstrap

The most popular front-end framework, rebuilt for React.

Gulp

The streaming build system.

Getting Started

  • Install: npm install -g generator-react-spa
  • Run: yo react-spa
  • Run gulp build for building and grunt watch to run the development server.

TODO

  • Include testing framework and test samples
  • Use es6ify

Contribute

generator-react-spa is fork-friendly and you can always maintain a custom version which you npm install && npm link to continue using via yo react-spa or a name of your choosing.

About

React Single Page App using Flux - Yeoman generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published