File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ 6.9.1
Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ This starter also embeds `JWT token based` `authentication` (check [Route](https
62
62
63
63
### Prerequisite
64
64
65
+ #### Node JS version required is ` >=6.5.0+ ` .
66
+ * Node JS 4.x will enter maintenance phase in April 2017 so you better upgrade now or soon to new LTS which is v6.x.*
67
+
68
+ > Better use [ nvm] ( https://github.com/creationix/nvm ) to manage your Node JS versions.
69
+
65
70
An Easy and fast way to get your graphql backend is to ** register for free at [ Scaphold] ( https://scaphold.io ) ** .
66
71
67
72
> This starter has been created with a scaphold free plan.
Original file line number Diff line number Diff line change 1
1
{
2
+ "engine" : {
3
+ "node" : " >6.5.0"
4
+ },
2
5
"name" : " react-redux-graphql-apollo-bootstrap-webpack-starter" ,
3
6
"version" : " 0.1.1" ,
4
7
"description" : " react js + redux + graphQL + Apollo + react router + hot reload + devTools + bootstrap + webpack starter" ,
You can’t perform that action at this time.
0 commit comments