Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 908 Bytes

README_EN.md

File metadata and controls

51 lines (32 loc) · 908 Bytes

ts-node-template

nodejs+typescript+vitest

English | 中文

Features

  • typescript
  • nodemon
  • Vitest

Quick Start

Prerequisites

Before getting started, make sure you have the following software and tools installed:

  • Node.js v16+
  • TypeScript

Installation

Clone the project to your local machine:

git clone https://github.com/hygkui/ts-node-template

Install project dependencies

cd your-project && npm install

Development

npm run dev # Run
npm run dev:debug # Debug
npm run build # Build
npm run test # Test

Code Contribution

If you would like to contribute to the project, feel free to submit a Pull Request. Before submitting, make sure you have read and comply with our contribution guidelines.

License

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