shingravirei / node-typescript-starter

A node/typescript project template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A node/typescript project template

License:MIT License


Languages

Language:TypeScript 51.2%Language:JavaScript 38.9%Language:Shell 9.8%