/node-typescript-starter

A node/typescript project template

Primary LanguageTypeScriptMIT LicenseMIT

node-typescript-starter

A nodejs project template that includes typescript, eslint and testing already done.

Clone the repo

git clone https://github.com/shingravirei/node-typescript-starter.git dir_name

Change the working directory

cd dir_name

Install the dependencies

npm install

Start developing with

npm run dev

Build the project with

npm run build

Run the compiled program

npm start

Run the tests

npm test

Clean the dist dir with

npm run clean