/node-app-template

A template used to build a Node.js application in TypeScript without worrying about project configuration anymore.

Primary LanguageTypeScriptMIT LicenseMIT

node-app-template

Semantic Versioning 2.0.0 Linux Windows made-with-javascript made-with-typescript Npm package version Npm package daily downloads Npm package license Npm package dependents

A template used to build a Node.js application in TypeScript without worrying about project configuration anymore.

Table of Contents

Usage

Prerequisites

Install dependencies

npm install

Lint the project

npm run lint

Automatically lint the project on save

npm run lint:watch

Build the project

npm run build

Automatically build the project on save

npm run build:watch

Start the project

npm start