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

https://github.com/hidayatarg/nodejs-typescript

This is a nodejs typescript template. Developed for open-source.
https://github.com/hidayatarg/nodejs-typescript

express express-typescript nodejs tsconfig typescript typescript-server

Last synced: 6 months ago
JSON representation

This is a nodejs typescript template. Developed for open-source.

Awesome Lists containing this project

README

          

# Commands
To Install the Dependencies
`npm install`

To Start and Compile the app.ts
`npm run start`

To Start nodemon and run from app.ts
`npm run dev`

To Build from Typescript and Output in dist
`npm run build`

> The Target is Set to ES6 You Can Change it.

Enjoy Coding
Hidayat Arghandabi