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: about 1 month ago
JSON representation
This is a nodejs typescript template. Developed for open-source.
- Host: GitHub
- URL: https://github.com/hidayatarg/nodejs-typescript
- Owner: hidayatarg
- License: mit
- Created: 2020-06-06T22:23:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T00:17:27.000Z (over 3 years ago)
- Last Synced: 2025-07-06T15:46:51.066Z (11 months ago)
- Topics: express, express-typescript, nodejs, tsconfig, typescript, typescript-server
- Language: TypeScript
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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