File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
# react-redux-starter
2
2
3
3
A universal starter kit built with ES2015, react, react-router and redux. Server
4
- rendering with react and express. Bundled with Webpack with hot module and css
5
- reloading with SCSS support .
4
+ rendering with react and express. Bundled with Webpack, with HMR transforms and
5
+ support for ` css-modules ` .
6
6
7
- ## Prerequisites
7
+ ** NOTE: This repository is meant to be continually updated to use the latest in
8
+ the react ecosystem. It is meant to be more of a guiding template for you to
9
+ customize and build your own universal apps with React and Redux. I do not
10
+ promise that future updates will not break your existing application.**
8
11
9
- * Node.js 6+ is ** required** , as the Webpack configuration files uses ES2015
10
- extensively.
12
+ ## Prerequisites
11
13
12
14
* Webpack
13
15
```
@@ -38,7 +40,6 @@ Direct your browser to `http://localhost:3000`.
38
40
39
41
## Directory Structure
40
42
```
41
- ├── README.md
42
43
├── client
43
44
│ └── index.js
44
45
├── common
@@ -64,10 +65,9 @@ Direct your browser to `http://localhost:3000`.
64
65
│ └── server.js
65
66
├── webpack
66
67
│ ├── base.js
68
+ │ ├── config.js
69
+ │ ├── development.hot.js
67
70
│ ├── development.js
68
- │ ├── development.server.js
69
- │ ├── hmr.js
70
- │ ├── host.js
71
71
│ ├── isomorphic.js
72
72
│ └── production.js
73
73
```
You can’t perform that action at this time.
0 commit comments