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 1
1
language : node_js
2
2
node_js :
3
- - " 4.7 "
4
- - " 6.9 "
5
- - " 7.5 "
3
+ - " 4.8 "
4
+ - " 6.10 "
5
+ - " 7.6 "
6
6
services :
7
7
- mongodb
8
8
cache :
Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ Install dependencies:
56
56
yarn
57
57
```
58
58
59
+ Set environment (vars):
60
+ ``` sh
61
+ cp .env.example .env
62
+ ```
63
+
59
64
Start server:
60
65
``` sh
61
66
# Start server
Original file line number Diff line number Diff line change 6
6
"main" : " index.js" ,
7
7
"private" : false ,
8
8
"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 "
12
12
},
13
13
"scripts" : {
14
14
"start" : " gulp serve" ,
73
73
"cross-env" : " 3.1.3" ,
74
74
"cz-conventional-changelog" : " 1.2.0" ,
75
75
"del" : " ^2.2.0" ,
76
- "eslint" : " 3.12 .0" ,
76
+ "eslint" : " 3.16 .0" ,
77
77
"eslint-config-airbnb-base" : " 7.1.0" ,
78
78
"eslint-plugin-import" : " 1.16.0" ,
79
79
"eslint-watch" : " 2.1.14" ,
You can’t perform that action at this time.
0 commit comments