[Docs] Usage

pull/6/head
Raphael Cerveaux 2018-08-30 14:31:02 +02:00 committed by GitHub
parent d15fcc2503
commit 8a1284abf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ $ docker-compose build
~~~ ~~~
$ npm install $ npm install
$ npm run build
~~~ ~~~
### Usage ### Usage
@ -21,7 +22,7 @@ $ npm install
Launch server Launch server
~~~ ~~~
$ node index.js $ npm run start
~~~ ~~~
Launch application with Docker Launch application with Docker