Skip to content

Commit

Permalink
Clean Boilerplate section
Browse files Browse the repository at this point in the history
  • Loading branch information
enaqx committed Feb 12, 2016
1 parent 0ef67e9 commit ca7cce3
Showing 1 changed file with 6 additions and 20 deletions.
26 changes: 6 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,31 +269,17 @@ A collection of awesome things regarding React ecosystem.
#### React Tools

##### Boilerplates
* [React Slingshot - React + Redux with Babel, hot reloading, testing, linting and working example app](https://github.com/coryhouse/react-slingshot)
* [React Starter Kit - a skeleton of an "isomorphic" web application](https://github.com/kriasoft/react-starter-kit)
* [react-isomorphic-starterkit - somorphic starterkit with server-side React rendering](https://github.com/RickWong/react-isomorphic-starterkit)
* [essential-react - A minimal skeleton for building testable React apps using ES6](https://github.com/pheuter/essential-react)
* [React Redux Universal Hot Example](https://github.com/erikras/react-redux-universal-hot-example)
* [React Slingshot - React + Redux with Babel, hot reloading, testing, linting and working example app](https://github.com/coryhouse/react-slingshot)
* [este - Robust and comfortable dev stack for mobile/offline/frontend first isomorphic web apps](https://github.com/steida/este)
* [essential-react - A minimal skeleton for building testable React apps using ES6](https://github.com/pheuter/essential-react)
* [react-isomorphic-starterkit - somorphic starterkit with server-side React rendering](https://github.com/RickWong/react-isomorphic-starterkit)
* [react-starter - Starter template for React with webpack](https://github.com/webpack/react-starter)
* [react-hot-boilerplate - Live-editing boilerplate for your next ReactJS project](https://github.com/gaearon/react-hot-boilerplate)
* [react-redux-universal-hot-example - Universal rendering boilerplate with redux, style loaders, mocha and many more](https://github.com/erikras/react-redux-universal-hot-example)
* [react-engine - A composite render engine for isomorphic express apps](https://github.com/paypal/react-engine)
* [koa-react-full-example - Full example using Koa, React, Passport, Mongoose, Gulp, Mocha](https://github.com/dozoisch/koa-react-full-example)
* [mullet - A React + Hapi Starter Kit](https://github.com/lynnaloo/mullet)
* [React on Rails Starter Kit](https://github.com/elierotenberg/react-rails-starterkit)
* [Coffee React Quickstart](https://github.com/KyleAMathews/coffee-react-quickstart)
* [React + Webpack + Flux (Alt) + Isomorphic + Express + MongoDB boilerplate](https://github.com/choonkending/react-webpack-node)
* [Babel Starter Kit - a boilerplate for authoring React.js libraries with ES6+, Babel](https://github.com/kriasoft/babel-starter-kit)
* [Minimal Node React stack starter kit - Node/Express (hbs), React + React Router + Redux, Webpack, Babel, Gulp and unit tests with Karma ](https://github.com/weblancaster/node-react-stack-kit)
* [A React / Webpack Starter for Beginners](https://github.com/eanplatter/react-starter)
* [A large SPA react / redux set up boilerplate](https://github.com/chen844033231/react-workflow)
* [React Starterify - Minimal starter kit with ES2015 + Browserify + Gulp + Tests](https://github.com/Granze/react-starterify)
* [Isomorphic React TypeScript Starter](https://github.com/toddlucas/react-tsx-starter)
* [React + React native + NW - Mobile, desktop and website Apps with the same code](https://github.com/benoitvallon/react-native-nw-react-calculator)
* [A clean, extensible react + redux boilerplate with universal/isomorphic rendering, testing and more](https://github.com/mz026/universal-redux-template)
* [A-Frame + React Boilerplate](https://github.com/ngokevin/aframe-react-boilerplate)
* [A react+redux ES6 boilerplate with hot reloading and a ready to use express server ](https://github.com/sytac/react-redux-scaffold)
* [Reduxible - The Fast and Easy way to make a React + Redux apps](https://github.com/Pitzcarraldo/reduxible)
* [react-webpack-node - Boilerplate for an universal/isomorphic React + Redux/alt Flux](https://github.com/choonkending/react-webpack-node)
* [react-native-nw-react-calculator - Mobile, desktop and website Apps with the same code](https://github.com/benoitvallon/react-native-nw-react-calculator)

##### Components
* [React Components](http://react-components.com/)
Expand Down

0 comments on commit ca7cce3

Please sign in to comment.