Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 816 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 816 Bytes

Typescript starter

Table of contents

About

The purpose of this repository is to provide a good starting point for a new typescript project. It includes packages and has set up ts and linting rules, considered good practice.

Prerequisites

This project utilizes pnpm as the package manager. If you haven't installed it already install it via:

npm i pnpm -g

Installation

git clone https://github.com/christianemmert/ts-starter.git

pnpm install

Scripts

  • start - Runs ./src/index.ts via ts-node
  • lint - Runs eslint
  • lint:fix - Runs, and fixes eslint

Resources