Application created by ThinkJS Install dependencies npm install Start server //编译静态文件,一共启两个任务挂着 npm run watch //启动服务器 npm start Deploy with pm2 Use pm2 to deploy app on production enviroment. pm2 startOrReload pm2.json