nodejs+typescript+vitest
- typescript
- nodemon
- Vitest
Before getting started, make sure you have the following software and tools installed:
- Node.js v16+
- TypeScript
Clone the project to your local machine:
git clone https://github.com/hygkui/ts-node-template
Install project dependencies
cd your-project && npm install
npm run dev # Run
npm run dev:debug # Debug
npm run build # Build
npm run test # Test
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.
This project is licensed under the [MIT] License - see the LICENSE file for details.