An open API service indexing awesome lists of open source software.

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

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
```