Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbrio/react-boilerplate
A set of boilerplates for use compiling static applications consisting of ES6 source using Babel and Webpack. The various branches of React Boilerplate correspond with different versions of React and various Flux libraries.
https://github.com/mbrio/react-boilerplate
Last synced: 3 months ago
JSON representation
A set of boilerplates for use compiling static applications consisting of ES6 source using Babel and Webpack. The various branches of React Boilerplate correspond with different versions of React and various Flux libraries.
- Host: GitHub
- URL: https://github.com/mbrio/react-boilerplate
- Owner: mbrio
- License: bsd-3-clause
- Created: 2015-03-08T13:40:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T15:57:29.000Z (over 9 years ago)
- Last Synced: 2024-07-14T14:30:57.425Z (5 months ago)
- Homepage:
- Size: 432 KB
- Stars: 59
- Watchers: 2
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Boilerplate
A set of boilerplates for use compiling static applications consisting of ES6
source using Babel and Webpack. The various branches of React Boilerplate
correspond with different versions of React and various Flux libraries.## Branches (React 0.13 with Service Workers)
These branches are listed in alphabetical order, not by personal preference.
### react-0.13-flummox-service
Comes pre-configured to use React 0.13, React Router, Flummox,
Bootstrap, and LESS. Comes configured with a service worker for building
offline experiences.https://github.com/mbrio/react-boilerplate/tree/react-0.13-flummox-service
## Branches (React 0.13)
These branches are listed in alphabetical order, not by personal preference.
### react-0.13-flummox
Comes pre-configured to use React 0.13, React Router, Flummox,
Bootstrap, and LESS.https://github.com/mbrio/react-boilerplate/tree/react-0.13-flummox
### react-0.13-fluxxor
Comes pre-configured to use React 0.13, React Router, Fluxxor,
Bootstrap, and LESS.https://github.com/mbrio/react-boilerplate/tree/react-0.13-fluxxor
### react-0.13-marty
Comes pre-configured to use React 0.13, React Router, Marty (beta),
Bootstrap, and LESS.https://github.com/mbrio/react-boilerplate/tree/react-0.13-marty
### react-0.13-minimal-flux
Comes pre-configured to use React 0.13, React Router, minimal-flux,
Bootstrap, and LESS.https://github.com/mbrio/react-boilerplate/tree/react-0.13-minimal-flux
### react-0.13-reflux
Comes pre-configured to use React 0.13, React Router, Reflux,
Bootstrap, and LESS.https://github.com/mbrio/react-boilerplate/tree/react-0.13-reflux
## Branches (React 0.12)
These branches are listed in alphabetical order, not by personal preference.
### react-0.12-fluxxor
Comes pre-configured to use React 0.12, React Router, Fluxxor,
Bootstrap, and LESS.https://github.com/mbrio/react-boilerplate/tree/react-0.12-fluxxor
### react-0.12-marty
Comes pre-configured to use React 0.12, React Router, Marty,
Bootstrap, and LESS.https://github.com/mbrio/react-boilerplate/tree/react-0.12-marty
### react-0.12-reflux
Comes pre-configured to use React 0.12, React Router, Reflux,
Bootstrap, and LESS.https://github.com/mbrio/react-boilerplate/tree/react-0.12-reflux
## License
React Boilerplate is [BSD licensed](./LICENSE).