silver-xu / ts-boilerplate

Typescript boilerplate powered by ESlint, Prettier and Husky
GNU General Public License v3.0
0 stars 0 forks source link

Node.js Typescript Boilerplate Build Status codecov greenkeeper

Typescript boilerplate powered by ESlint, Prettier and Husky.

Summary

This repo is built to start Typescript projets quickly without missing the essential development tools and build pipelines.

Please feel free to fork and use as your own project template.

Features

Install all dependencies

yarn install

Build

yarn build

Start

yarn start

Test

yarn test

Linting

yarn lint

Fix Linting

yarn format