TypeScript Boilerplate

This is a bare simple TS boilerplate. Feel free to use it as you want with the Use this template button.

Dependencies

It comes with some packages pre-installed:

Usage

Installation

The Sandbox uses node 16.13.1. You can manuall install it or use asdf.

asdf install
yarn install

Start the main file

yarn start

Build the JS files

yarn build

Linter

You can use eslint to help you format your code.

yarn lint