|
@@ -4,8 +4,9 @@
|
|
|
[](https://www.npmjs.com/package/generator-react-static)
|
|
|
[](https://travis-ci.org/koistya/react-static-boilerplate)
|
|
|
[](https://david-dm.org/koistya/react-static-boilerplate)
|
|
|
-[](https://opencollective.com/react-static-boilerplate#support)
|
|
|
-[](https://gitter.im/koistya/react-static-boilerplate)
|
|
|
+[](https://github.com/koistya/react-static-boilerplate/issues)
|
|
|
+[](https://waffle.io/koistya/react-static-boilerplate)
|
|
|
+[](https://waffle.io/koistya/react-static-boilerplate)
|
|
|
|
|
|
> Static website starter kit powered by [React.js](http://facebook.github.io/react/) and [Webpack](http://webpack.github.io/)
|
|
|
|
|
@@ -15,14 +16,13 @@
|
|
|
✓ Modern JavaScript syntax ([ES2015](http://babeljs.io/docs/learn-es2015/)+) via [Babel](http://babeljs.io/)<br>
|
|
|
✓ Modern CSS syntax (CSS3+) via [PostCSS](https://github.com/postcss/postcss)<br>
|
|
|
✓ Application state management via [Redux](http://redux.js.org/)<br>
|
|
|
- ✓ Routing and navigation via [Universal Router](https://github.com/kriasoft/universal-router)<br>
|
|
|
+ ✓ Routing and navigation via [React App](https://github.com/kriasoft/react-app), [Universal Router](https://github.com/kriasoft/universal-router), [History](https://github.com/mjackson/history)<br>
|
|
|
✓ Modular styles via [CSS Modules](https://github.com/css-modules/css-modules)<br>
|
|
|
✓ [Code-splitting](https://github.com/webpack/docs/wiki/code-splitting) and async chunk loading<br>
|
|
|
✓ Hot Module Replacement ([HMR](https://webpack.github.io/docs/hot-module-replacement.html)) /w [React Hot Loader](http://gaearon.github.io/react-hot-loader/)<br>
|
|
|
✓ Bundling and optimization with [Webpack](https://webpack.github.io/)<br>
|
|
|
✓ Cross-device testing with [Browsersync](https://browsersync.io/)<br>
|
|
|
✓ Easy deployment to [GitHub Pages](https://pages.github.com/), [Amazon S3](http://davidwalsh.name/hosting-website-amazon-s3) or [Firebase](https://www.firebase.com/)<br>
|
|
|
- ✓ Minimum dependencies (no Gulp/Grunt)<br>
|
|
|
✓ [Yeoman](http://yeoman.io/) generator ([generator-react-static](https://www.npmjs.com/package/generator-react-static))<br>
|
|
|
✓ 24/7 community support on [Gitter](https://gitter.im/koistya/react-static-boilerplate) or [StackOverflow](http://stackoverflow.com/questions/tagged/react-starter-kit)<br>
|
|
|
✓ Customization requests on [Codementor](https://www.codementor.io/koistya)<br>
|
|
@@ -173,7 +173,9 @@ Love **React Static Boilerplate** work and community? Help us keep it alive by [
|
|
|
|
|
|
* [React Starter Kit](https://github.com/kriasoft/react-starter-kit) — Isomorphic web app boilerplate (Node.js, React, GraphQL, Webpack, CSS Modules)
|
|
|
* [Babel Starter Kit](https://github.com/kriasoft/babel-starter-kit) — JavaScript library boilerplate (ES2015, Babel, Rollup, Mocha, Chai, Sinon, Rewire)
|
|
|
+* [React App](https://github.com/kriasoft/react-app) — Bootstrap React application with routing, navigation, context variables and document metadata management
|
|
|
* [Universal Router](https://github.com/kriasoft/universal-router) — Isomorphic router for web and single-page applications (SPA)
|
|
|
+* [History](https://github.com/mjackson/history) — A wrapper library for HTML5 History API
|
|
|
* [Membership Database](https://github.com/membership/membership.db) — SQL schema boilerplate for user accounts, roles and auth tokens
|
|
|
|
|
|
|