Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 726 Bytes

File metadata and controls

30 lines (19 loc) · 726 Bytes

Simple typescript based node starter application

It has a bare minimum configuration for a typescript based node application.

It comes with EsLint and typescript configured.

Setup

Clone this repo and move into the folder. Run the following commands.

Before running this project you need to have node installed. I have used node version 10.13. If you are using nvm, run nmv use inside the folder.

# nvm use 
npm i
npm run build
npm start

Test

jest has been added as testing platform. Test file should be ended with .spec.ts. To run test, please use the following command

npm test

Additional

This project also includes some vscode extensions suggestions.