Skip to content
/ typescript-starter Public template

Minimal Typescript setup with Eslint and Prettier setup

Notifications You must be signed in to change notification settings

trexshw/typescript-starter

Repository files navigation

Typescript Starter

A minimal Typescript project setup with:

  1. Eslint
  2. Prettier.
  3. Jest

Table of Content

Prerequisite

  • Node ^12
  • NPM 6+

Quick Start

$ npm install
$ npm run build
$ npm run start

Package Scripts

  • Run in development mode: npm run dev
  • Run the program in production mode : npm run start
  • Build project: npm run build
  • Run test suites: npm run test
  • Run test suites in watch mode: npm run test-watch
  • Check for linting errors: npm run lint
  • Format code: npm run format

About

Minimal Typescript setup with Eslint and Prettier setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published