viscousbiscuit / ts-node-boilerplate

Typescript & Jest Boilerplate For Node Apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Typescript & Jest Boilerplate For Node Apps.


Languages

Language:JavaScript 57.2%Language:TypeScript 42.8%