
application created by [ThinkJS](http://www.thinkjs.org)

## install dependencies

```
npm install
```

## start server

```
npm start
```

## deploy with pm2

use pm2 to deploy app on production envrioment.

```
pm2 startOrReload pm2.json
```