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

https://github.com/dan5py/ts-ready

TypeScript template for Node.js projects.
https://github.com/dan5py/ts-ready

nodemon pnpm prettier template tsup tsx typescript

Last synced: 2 months ago
JSON representation

TypeScript template for Node.js projects.

Awesome Lists containing this project

README

        

# 🚀 TypeScript Template

Simple TypeScript template for Node.js projects.

## ✨ Features

- [Nodemon](https://nodemon.io/)
- [Prettier](https://prettier.io/)
- [tsup](https://tsup.egoist.dev)
- [tsx](https://github.com/privatenumber/tsx)

## 📦 Installation

```bash
pnpm install
```

## 🚀 Usage

```bash
pnpm dev
```

## 📦 Build

```bash
pnpm build
```

## 📝 License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.