Skip to content

Commit

Permalink
bump to v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinl committed Jan 11, 2018
1 parent b74cdad commit fdfd34d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# universal-react-redux

A simple, clean, React and Redux boilerplate with sensible defaults. Server
rendering with react and express. Bundled with Webpack, with HMR transforms and
support for `css-modules`.
A universal React/Redux boilerplate with sensible defaults. Out of the box, this
boilerplate comes with:

- Server-side rendering with Express
- Sane [webpack configurations](webpack/)
- JS hot reloading with `react-hot-loader` and `webpack-dev-server`
- CSS, SASS and `css-modules` support with hot reloading and no [flash of unstyled content](https://en.wikipedia.org/wiki/Flash_of_unstyled_content) (`css-hot-loader`)
- Routing with `react-router-v4`
- Full production builds that do not rely on `babel`.

## Get started

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "universal-react-redux",
"description": "A universal starter kit built with ES2015, react, react-router and redux. Server rendering with react and express. Bundled with Webpack with HMR transforms and css-modules support.",
"version": "5.0.0",
"description": "Universal React/Redux boilerplate with sensible defaults.",
"version": "6.0.0",
"license": "MIT",
"main": "client/index.js",
"repository": {
Expand Down

0 comments on commit fdfd34d

Please sign in to comment.