Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.03 KB

File metadata and controls

38 lines (26 loc) · 1.03 KB

Node.js Typescript template with ESlint and Prettier

This repository provides a scaffolding project to start Node.js project with TypeScript with ESLint and Prettier.

Prerequisites

Installation

Creating a project from the typescript-eslint-prettier-template template

To generate a TypeScript project that includes the dependencies and initial configuration, navigate to the typescript-eslint-prettier-template page and click Use this template.

Install dependencies

Clone the generated repository on your local machine, move to the project root folder and install the dependencies defined in package.json

$ yarn install

Compiles and hot-reloads for development

yarn start

Build for production

yarn build

Lints and fixes files

yarn lint