Aug 9, 2017 · 1 min read
Hi, thanks
You can replace ts-node with webpack, like I did in the following repo:
In the package.json you can replace the start script, instead of using node dist/server.js, for production you can use pm2:
pm2 start dist/server.js
