Esensats / ts-node-starter-basic

Template for a basic Node application that has Typescript, ESLint and Prettier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template for a basic Node application that has Typescript, ESLint and Prettier.

Install modules:

npm install

Start development server:

npm run dev

Build project:

npm run build

Run the build:

npm run start

Lint the project:

npm run lint

Reformat the project:

npm run format

About

Template for a basic Node application that has Typescript, ESLint and Prettier.

License:MIT License


Languages

Language:TypeScript 60.4%Language:JavaScript 39.6%