https://github.com/xrei/typescript-node
Typescript + Node.js + restart code after changes -- template
https://github.com/xrei/typescript-node
babel nodejs typescript
Last synced: about 2 months ago
JSON representation
Typescript + Node.js + restart code after changes -- template
- Host: GitHub
- URL: https://github.com/xrei/typescript-node
- Owner: xrei
- Created: 2018-09-08T21:20:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T10:35:55.000Z (over 7 years ago)
- Last Synced: 2026-03-04T00:32:44.330Z (4 months ago)
- Topics: babel, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript + Node.js template
```bash
yarn dev #dev mode, nodemon will restart after changes
yarn build #prod mode, will build TS to ./dist folder
```