mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-25 14:42:47 +00:00
application created by ThinkJS
install dependencies
npm install
watch-compile
if create application with --es6 paramter, must be compile code before start server.
npm run watch-compile
start server
npm start
deploy with pm2
use pm2 to deploy app on production envrioment.
pm2 startOrGracefulReload pm2.json