https://github.com/ariym/base-ts-nodemon
https://github.com/ariym/base-ts-nodemon
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ariym/base-ts-nodemon
- Owner: ariym
- Archived: true
- Created: 2023-02-13T00:04:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-26T19:17:09.000Z (over 1 year ago)
- Last Synced: 2025-03-26T16:27:53.068Z (about 1 year ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-nodemon-base
> [December 2024 – Archived because nodemon is no longer needed after Node v18.11.0+ added the --watch flag. Use github.com/ariym/base-ts instead](https://github.com/ariym/base-ts)
Starter boilerplate for typescript projects using nodemon.
```bash
git clone https://github.com/ariym/base-ts-nodemon
npm i
```