Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gauravjatt4k/fordevs
- Owner: gauravjatt4k
- Created: 2024-04-22T07:05:55.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-26T00:58:41.000Z (8 months ago)
- Last Synced: 2024-04-26T01:42:23.514Z (8 months ago)
- Topics: batternode, node-js, nodemon, ts-node, typescript
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```