Skip to content

ThinaticSystem/template-typescript

Repository files navigation

Project Name

Note: This is a project template.

Checklist

Development

Setup

in VS Code

  1. Setup Dev Containers in VS Code: Dev Containers Documentation

  2. Open this project in Dev Container

    Ctrl + Shift + P -> Dev Containers: Reopen in Container

Commands

Run

  • Terminal: pnpm dev
  • VS Code: Press F5

Format Code

  • Terminal: pnpm format
  • VS Code: Ctrl + P -> task format

Lint

  • Terminal: pnpm lint
  • VS Code: Ctrl + P -> task lint

Type Check

  • Terminal: pnpm typecheck
  • VS Code: Ctrl + P -> task typecheck

Run Tests

  • Terminal: pnpm test
  • VS Code: Ctrl + P -> task test

Run All Checks (Format, Lint, Type Check, Tests)

  • Terminal: pnpm check
  • VS Code: Ctrl + P -> task check

For other available scripts, please refer to the scripts section in package.json.

About

Thinachi's TypeScript project template

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •