My personal template for Node.JS+TypeScript application.
Template Version: 1.0.0
# Setup
yarn install
# Start Development Environment (Hot reload)
yarn dev
# Build script
yarn build
# Run script (needs build before run)
yarn start
# Run script with build
yarn start:ts