Update README.md

This commit is contained in:
muerwre 2018-11-30 15:29:19 +07:00 committed by GitHub
parent f98aa99330
commit cac2aa0e62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,4 +37,4 @@ Take a look at ```./backend/config/``` files, especially at ```db.js```. Your ap
For development launch ```npm serve-dev```, it will launch dev server, reloading on every code update For development launch ```npm serve-dev```, it will launch dev server, reloading on every code update
For production launch ```npm serve``` and make it running in background by any desireable way, such as ```forever``` For production launch ```npm serve``` and make it running in background by any desirable way, such as ```forever```