Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gauravjatt4k/fordevs


https://github.com/gauravjatt4k/fordevs

batternode node-js nodemon ts-node typescript

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# TypeScript Node Starter
Boilerplate for typical express backend application with typescript and standard code quality tooling configured.

## Need this goloble install

- [Node](https://nodejs.org) - for run all runtime js
- [Tsx](https://www.npmjs.com/package/tsx) - for run .ts file dev mode
- [TypeScript](https://www.npmjs.com/package/typescript) - for build and init

## Scripts

```sh
# run in dev watch mode
$ npm run dev

# code build for js
$ npm run build

# run build code
$ npm run start

```