https://github.com/hnthap/typescript-node-template
Simple NodeJS TypeScript boilerplate
https://github.com/hnthap/typescript-node-template
concurrently javascript nodejs tsc tsconfig typescript
Last synced: 4 months ago
JSON representation
Simple NodeJS TypeScript boilerplate
- Host: GitHub
- URL: https://github.com/hnthap/typescript-node-template
- Owner: hnthap
- License: mit
- Created: 2024-05-27T13:33:03.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-08T10:56:57.000Z (over 1 year ago)
- Last Synced: 2025-02-08T11:35:51.810Z (over 1 year ago)
- Topics: concurrently, javascript, nodejs, tsc, tsconfig, typescript
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript NodeJS Template
## Prerequisites
* NodeJS and its default package manager, NPM.
* Internet connection to download and install packages.
## Usage
```{bash}
# To setup
npm install
# To run
npm run build
npm run start
# Dev mode
npm run build
npm run dev
```
## License
MIT License. *See more: [LICENSE](./LICENSE).*