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
6262
6363### Prerequisite
6464
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+
6570An Easy and fast way to get your graphql backend is to ** register for free at [ Scaphold] ( https://scaphold.io ) ** .
6671
6772> This starter has been created with a scaphold free plan.
Original file line number Diff line number Diff line change 11{
2+ "engine" : {
3+ "node" : " >6.5.0"
4+ },
25 "name" : " react-redux-graphql-apollo-bootstrap-webpack-starter" ,
36 "version" : " 0.1.1" ,
47 "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