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

https://github.com/mxvsh/typescript-boilerplate

Minimal Typescript Boilerplate. No additional dependencies.
https://github.com/mxvsh/typescript-boilerplate

boilerplate nodejs typescript

Last synced: 8 months ago
JSON representation

Minimal Typescript Boilerplate. No additional dependencies.

Awesome Lists containing this project

README

          

# Minimal Typescript Node JS Project

#### This boilterplate is minimal, means, it doesn't have any dependencies installed except for those required in typescript.

#### This mean that you can use this boilterplate in any of your typescript project.

`npm start` to build and start the projecrt
`npm run dev` which you're working on your project, this will restart the project when any file changes (only .ts, and .js)