Skip to content

Commit e37bf37

Browse files
committed
update README
1 parent 66e6904 commit e37bf37

File tree

6 files changed

+4226
-0
lines changed

6 files changed

+4226
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ React + React-Router + Redux + ImmutableJS + Bootstrap with with Server side ren
5454

5555
## Usage
5656

57+
This starter is build with `NodeJS 8.1.4` (*as stated in engines section of package.json*)
58+
59+
Ensure you have a matching node version (*[nvm](https://github.com/creationix/nvm) is your friend. If you need help to install and use nvm [check my gist](https://gist.github.com/MacKentoch/42be82e7f34f03edcc018b80406ca0be) :+1:*)
60+
5761
### Install
5862

5963
```bash

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "1.0.0",
44
"description": "React + React-Router + Redux + ImmutableJS + Bootstrap with with Server side rendering, Hot Reload and redux-devtools STARTER",
55
"main": "src/index.js",
6+
"engines": {
7+
"node": "8.1.4"
8+
},
69
"scripts": {
710
"flow": "node_modules/.bin/flow",
811
"test": "cross-env NODE_ENV=test nyc mocha test/.setup.js test/**/*.spec.js --recursive",

typings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "react-redux-immutable-webpack-starter",
33
"dependencies": {},
44
"globalDependencies": {
5+
"node": "registry:dt/node#7.0.0+20170322231424",
56
"react-router-dom": "registry:dt/react-router-dom#4.0.0+20170323201651"
67
}
78
}

0 commit comments

Comments
 (0)