Tests boilerplate

This commit is contained in:
Clément GOUIN
2019-06-19 11:36:56 +02:00
parent 559ea661b3
commit fe5e082e6a
8 changed files with 21 additions and 7 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ then edit the config.json file with your values :
```bash
npm start
#or
node server.js
node src/server.js
```
You might want to use something like screen to separate the process from your current terminal session.