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.
- Host: GitHub
- URL: https://github.com/hidayatarg/nodejs-typescript
- Owner: hidayatarg
- License: mit
- Created: 2020-06-06T22:23:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T00:17:27.000Z (about 3 years ago)
- Last Synced: 2025-03-01T16:12:38.317Z (10 months ago)
- Topics: express, express-typescript, nodejs, tsconfig, typescript, typescript-server
- Language: TypeScript
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 2
- 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