An open API service indexing awesome lists of open source software.

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

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.