Skip to content

This is a bare minimum configuration for a typescript based node application.

Notifications You must be signed in to change notification settings

kamrulislam/base-node-typescript

Repository files navigation

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.

Releases

No releases published

Packages

No packages published