Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 347 Bytes

File metadata and controls

24 lines (16 loc) · 347 Bytes

node-app-template

My personal template for Node.JS+TypeScript application.

Template Version: 1.0.0

Commands

# 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