https://github.com/dotansimha/typescript-node-boilerplate
TypeScript boilerplate for NodeJS
https://github.com/dotansimha/typescript-node-boilerplate
Last synced: 8 months ago
JSON representation
TypeScript boilerplate for NodeJS
- Host: GitHub
- URL: https://github.com/dotansimha/typescript-node-boilerplate
- Owner: dotansimha
- License: mit
- Created: 2019-10-05T12:51:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T00:04:51.000Z (over 3 years ago)
- Last Synced: 2025-03-31T14:12:13.884Z (10 months ago)
- Language: TypeScript
- Size: 53.7 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript NodeJS Boilerplate
To use this boilerplate, either clone it using `git clone`, download it as ZIP or use [GitHub Repository Import](https://github.com/new/import).
The following are configured:
- TypeScript
- Yarn
- Jest
- GitHub Actions CI
And the following scripts:
- `build` - compiles source code into JS, outputs to `dist`
- `test` - runs tests using Jest
- `start` - compiles the server, then uses `node` to run it from the compiled files
- `dev` - runs the server in dev mode, and automatically refreshes
> This repo uses Renovate to make sure all dependencies are always up to date.