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.
- Host: GitHub
- URL: https://github.com/dan5py/ts-ready
- Owner: dan5py
- License: mit
- Created: 2024-01-11T11:23:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-11T11:23:28.000Z (over 1 year ago)
- Last Synced: 2025-01-12T07:36:24.267Z (4 months ago)
- Topics: nodemon, pnpm, prettier, template, tsup, tsx, typescript
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.