main
Colloque Tsui 4 years ago
parent f60860e73c
commit 1c73aed898
  1. 13
      README.md

@ -0,0 +1,13 @@
# TypeScript Node.js Template
This is a simple template to get you started on writing Node.js applications using TypeScript.
## Get started
```bash
# Development
npm run watch
# Production
npm run build
npm start
```
Loading…
Cancel
Save