File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - " 4.7 "
4- - " 6.9 "
5- - " 7.5 "
3+ - " 4.8 "
4+ - " 6.10 "
5+ - " 7.6 "
66services :
77 - mongodb
88cache :
Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ Install dependencies:
5656yarn
5757```
5858
59+ Set environment (vars):
60+ ``` sh
61+ cp .env.example .env
62+ ```
63+
5964Start server:
6065``` sh
6166# Start server
Original file line number Diff line number Diff line change 66 "main" : " index.js" ,
77 "private" : false ,
88 "engines" : {
9- "node" : " >=4.6 .0" ,
10- "npm" : " >=2.15.9 " ,
11- "yarn" : " >=0.20.0 "
9+ "node" : " >=4.8 .0" ,
10+ "npm" : " >=2.15.11 " ,
11+ "yarn" : " >=0.20.3 "
1212 },
1313 "scripts" : {
1414 "start" : " gulp serve" ,
7373 "cross-env" : " 3.1.3" ,
7474 "cz-conventional-changelog" : " 1.2.0" ,
7575 "del" : " ^2.2.0" ,
76- "eslint" : " 3.12 .0" ,
76+ "eslint" : " 3.16 .0" ,
7777 "eslint-config-airbnb-base" : " 7.1.0" ,
7878 "eslint-plugin-import" : " 1.16.0" ,
7979 "eslint-watch" : " 2.1.14" ,
You can’t perform that action at this time.
0 commit comments