Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit c2e9ccf

Browse files
authored
Update README.md
1 parent 475deee commit c2e9ccf

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,7 @@ Maintained and updated regularly.
1010

1111
## Features
1212

13-
- CLI for quickly starting a new project
14-
- [React](https://facebook.github.io/react/) for UI
15-
- [Apollo Client (React)](http://dev.apollodata.com/react/) for GraphQL
16-
- [React Router 4](https://github.com/ReactTraining/react-router/tree/v4) for declarative browser + server routes
17-
- [Redux](http://redux.js.org/) for flux/store state management
18-
- [Webpack 2](https://webpack.js.org/), with [tree shaking](https://webpack.js.org/guides/tree-shaking/)
19-
- [PostCSS](http://postcss.org/) with [next-gen CSS](http://cssnext.io/) and inline [@imports](https://github.com/postcss/postcss-import)
20-
- [SASS](http://sass-lang.com) and [LESS](http://lesscss.org/) support (also parsed through PostCSS)
21-
- Full route-aware server-side rendering (SSR) of initial HTML
22-
- Universal building - both browser + Node.js server
23-
- Dev + [React-compatible hot code reloading](http://gaearon.github.io/react-hot-loader/); zero refresh, real-time updates
24-
- Built-in [Koa 2](http://koajs.com/) web server, with async/await routing
25-
- HTTP header hardening with [Helmet for Koa](https://github.com/venables/koa-helmet)
26-
- Declarative/dynamic `<head>` section, using [react-helmet](https://github.com/nfl/react-helmet)
27-
- Easily extendable [webpack-config](https://fitbit.github.io/webpack-config/) files
28-
- Separate local + vendor bundles, for better browser caching/faster builds
29-
- Dynamic polyfills, courtesy of [babel-preset-env](https://github.com/babel/babel-preset-env)
30-
- Aggressive code minification with [Uglify](https://webpack.github.io/docs/list-of-plugins.html#uglifyjsplugin)
31-
- [GIF/JPEG/PNG/SVG crunching](https://github.com/tcoopman/image-webpack-loader) for images
32-
- [Gzip compression](https://webpack.js.org/plugins/compression-webpack-plugin/) and serving of static assets as pre-compressed `.gz` files
33-
- [ESLint](http://eslint.org/)ing based on a tweaked [Airbnb style guide](https://github.com/airbnb/javascript)
34-
- Tons of commentary/documentation to fill you in on what's happening under the hood
13+
See the [starter kit](https://github.com/reactql/kit) for a full feature list.
3514

3615
# Quick start
3716

0 commit comments

Comments
 (0)