Skip to content

This repository is a template for a Typescript project.

Notifications You must be signed in to change notification settings

rodrigoaasm/typescript-template

Repository files navigation

Description

This repository is a template for a Typescript project. This template is already configured with:

  • ESbuild
  • Jest
  • Typescript
  • Eslint

Install

npm install

Run Application

Run

npm run start

Run dev mode

npm run start:dev

Build for production

npm run build

Tests

Run unit tests

npm run test:unit

Run integration tests

npm run test:integration

Run all tests

npm run test

Build

Run production

npm run start

By Rodrigo Maia

About

This repository is a template for a Typescript project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published