Skip to content

Commit b0067ed

Browse files
committed
Update README
1 parent 640aee6 commit b0067ed

File tree

1 file changed

+9
-28
lines changed

1 file changed

+9
-28
lines changed

README.md

Lines changed: 9 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,13 @@
1-
# react-redux-starter
1+
# universal-react-redux
22

33
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`.
66

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.**
2811

2912
## Get started
3013

@@ -38,7 +21,6 @@ Direct your browser to `http://localhost:3000`.
3821

3922
## Directory Structure
4023
```
41-
├── README.md
4224
├── client
4325
│   └── index.js
4426
├── common
@@ -64,10 +46,9 @@ Direct your browser to `http://localhost:3000`.
6446
│   └── server.js
6547
├── webpack
6648
│   ├── base.js
49+
│   ├── config.js
50+
│   ├── development.hot.js
6751
│   ├── development.js
68-
│   ├── development.server.js
69-
│   ├── hmr.js
70-
│   ├── host.js
7152
│   ├── isomorphic.js
7253
│   └── production.js
7354
```

0 commit comments

Comments
 (0)