File tree Expand file tree Collapse file tree 1 file changed +9
-28
lines changed Expand file tree Collapse file tree 1 file changed +9
-28
lines changed Original file line number Diff line number Diff line change 1
- # react-redux-starter
1
+ # universal- react-redux
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
8
-
9
- * Node.js 6+ is ** required** , as the Webpack configuration files uses ES2015
10
- extensively.
11
-
12
- * Webpack
13
- ```
14
- npm install -g webpack
15
- ```
16
-
17
- * nodemon
18
-
19
- ```
20
- npm install -g nodemon
21
- ```
22
-
23
- * eslint, babel-eslint
24
-
25
- ```
26
- npm install -g eslint babel-eslint
27
- ```
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.**
28
11
29
12
## Get started
30
13
@@ -38,7 +21,6 @@ Direct your browser to `http://localhost:3000`.
38
21
39
22
## Directory Structure
40
23
```
41
- ├── README.md
42
24
├── client
43
25
│ └── index.js
44
26
├── common
@@ -64,10 +46,9 @@ Direct your browser to `http://localhost:3000`.
64
46
│ └── server.js
65
47
├── webpack
66
48
│ ├── base.js
49
+ │ ├── config.js
50
+ │ ├── development.hot.js
67
51
│ ├── development.js
68
- │ ├── development.server.js
69
- │ ├── hmr.js
70
- │ ├── host.js
71
52
│ ├── isomorphic.js
72
53
│ └── production.js
73
54
```
You can’t perform that action at this time.
0 commit comments