An open API service indexing awesome lists of open source software.

https://github.com/jonerrr/typescript-quickstart

Typescript Quickstart
https://github.com/jonerrr/typescript-quickstart

Last synced: about 2 months ago
JSON representation

Typescript Quickstart

Awesome Lists containing this project

README

          

# Typescript Quickstart

A simple Typescript template for starting a new project. It uses **swc** for compiling typescript, **nodemon** + **ts-node** for live reloading, **jest** for testing, and **rome** for linting and formatting.

## Requirements

- [Node.js](https://nodejs.org/en/)
- [pnpm](https://pnpm.io/)