dotansimha / typescript-node-boilerplate

TypeScript boilerplate for NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript NodeJS Boilerplate

To use this boilerplate, either clone it using git clone, download it as ZIP or use GitHub Repository 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.

About

TypeScript boilerplate for NodeJS

License:MIT License


Languages

Language:TypeScript 69.9%Language:JavaScript 30.1%