mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-02-01 15:23:03 +00:00
Update Readme.md in template
This commit is contained in:
parent
13b510dd20
commit
93f027ac08
@ -1,21 +1,21 @@
|
||||
|
||||
application created by [ThinkJS](http://www.thinkjs.org)
|
||||
Application created by [ThinkJS](http://www.thinkjs.org)
|
||||
|
||||
## install dependencies
|
||||
## Install dependencies
|
||||
|
||||
```
|
||||
npm install
|
||||
```
|
||||
|
||||
## start server
|
||||
## Start server
|
||||
|
||||
```
|
||||
npm start
|
||||
```
|
||||
|
||||
## deploy with pm2
|
||||
## Deploy with pm2
|
||||
|
||||
use pm2 to deploy app on production envrioment.
|
||||
Use pm2 to deploy app on production enviroment.
|
||||
|
||||
```
|
||||
pm2 startOrReload pm2.json
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user