|
1 | 1 |
|
2 |
| -# React Redux Universal Hot Example |
| 2 | +# React Redux Universal Hot Example With Semantic UI |
3 | 3 |
|
4 | 4 | [](https://travis-ci.org/bertho-zero/react-redux-universal-hot-example)
|
5 | 5 | [](https://david-dm.org/bertho-zero/react-redux-universal-hot-example)
|
@@ -30,7 +30,7 @@ This is a starter boilerplate app I've put together using the following technolo
|
30 | 30 | * [lru-memoize](https://github.com/erikras/lru-memoize) to speed up form validation
|
31 | 31 | * [multireducer](https://github.com/erikras/multireducer) to combine single reducers into one key-based reducer
|
32 | 32 | * [style-loader](https://github.com/webpack/style-loader), [sass-loader](https://github.com/jtangelder/sass-loader) and [less-loader](https://github.com/webpack/less-loader) to allow import of stylesheets in plain css, sass and less,
|
33 |
| -* [bootstrap-loader](https://github.com/shakacode/bootstrap-loader) to customize Bootstrap |
| 33 | +* [semantic-ui-react](https://github.com/Semantic-Org/Semantic-UI-React) |
34 | 34 | * [font-awesome](https://github.com/FortAwesome/Font-Awesome)
|
35 | 35 | * [react-helmet](https://github.com/nfl/react-helmet) to manage title and meta tag information on both server and client
|
36 | 36 | * [webpack-isomorphic-tools](https://github.com/halt-hammerzeit/webpack-isomorphic-tools) to allow require() work for statics both on client and server
|
@@ -115,7 +115,7 @@ npm run start
|
115 | 115 |
|
116 | 116 | ## Demo
|
117 | 117 |
|
118 |
| -A demonstration of this app can be seen [running on heroku](https://react-hot-example.herokuapp.com/), which is a deployment of the [heroku branch](https://github.com/bertho-zero/react-redux-universal-hot-example/tree/heroku). |
| 118 | +A demonstration of this app can be seen [here](http://react-redux-semantic-ui.shopecific.com/), |
119 | 119 |
|
120 | 120 | ## Explanation
|
121 | 121 |
|
@@ -282,3 +282,4 @@ Created by:
|
282 | 282 |
|
283 | 283 | Maintened by:
|
284 | 284 | – Kévin Berthommier, [@bertho-zero](https://github.com/bertho-zero)
|
| 285 | +- Dong Cai, [@dongcai](https://github.com/dongcai) |
0 commit comments