Skip to content

fiqrisr/typescript-eslint-prettier-template

Repository files navigation

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

About

Node.js TypeScript project template with ESLint and Prettier

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published