Skip to content

Commit

Permalink
Add Boilerplate links
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Feb 10, 2016
1 parent 9ece8cc commit f2be853
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions boilerplates-and-starter-kits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
### Boilerplates and Starter Kits

- **React-Redux Universal Hot Example**
https://github.com/erikras/react-redux-universal-hot-example
Has the kitchen sink, and more. Popular, but maybe too many things stuffed into one repo.

- **React-Redux Starter Kit**
https://github.com/davezuko/react-redux-starter-kit
Very widely recommended. Well laid out, good documentation. Definitely worth looking at. v0.18 uses Babel 5, v1.0 uses Babel 6.

- **Simple Redux Boilerplate**
https://github.com/tsaiDavid/simple-redux-boilerplate
Excellent example. Includes enough to be useful, but not too many dependencies so it's confusing.

- **Web-App**
https://github.com/cesarandreu/web-app
Another very good learning resource. Heavily commented Webpack config, good default settings.

- **Ultimate Hot-Reloading Example**
https://github.com/glenjamin/ultimate-hot-reloading-example
Demonstrates hot-reloading of pretty much everything, both client-side and server-side

- **React Starter Kit**
https://github.com/kriasoft/react-starter-kit
A full-featured universal/isomorphic starter kit, with good documentation

- **React Slingshot**
https://github.com/coryhouse/react-slingshot
A flexible starter kit designed to illustrate best practices.

0 comments on commit f2be853

Please sign in to comment.