/ts-node-boilerplate

Typescript & Jest Boilerplate For Node Apps.

Primary LanguageJavaScript

This is a boilerplate for a Node.js app using Typescript.

Running this project

First install the dependencies using npm install and then npm run watch for changes to be output into the build\src directory. Then run the app using node main.js.