Skip to content

Commit 127173f

Browse files
committed
Update README
1 parent 2ca657b commit 127173f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# react-redux-starter
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
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.**
811

9-
* Node.js 6+ is **required**, as the Webpack configuration files uses ES2015
10-
extensively.
12+
## Prerequisites
1113

1214
* Webpack
1315
```
@@ -38,7 +40,6 @@ Direct your browser to `http://localhost:3000`.
3840

3941
## Directory Structure
4042
```
41-
├── README.md
4243
├── client
4344
│   └── index.js
4445
├── common
@@ -64,10 +65,9 @@ Direct your browser to `http://localhost:3000`.
6465
│   └── server.js
6566
├── webpack
6667
│   ├── base.js
68+
│   ├── config.js
69+
│   ├── development.hot.js
6770
│   ├── development.js
68-
│   ├── development.server.js
69-
│   ├── hmr.js
70-
│   ├── host.js
7171
│   ├── isomorphic.js
7272
│   └── production.js
7373
```

0 commit comments

Comments
 (0)