TSFastifyExample/README.md

20 lines
569 B
Markdown
Raw Normal View History

2024-08-08 08:20:58 -04:00
# TS Fastify Example
This is just an example/template to get you started with Fastify and TypeScript. It starts off using EJS, but you can use something else if you'd like.
## Getting Started
To start the project, you can run either `start.bat` or `start.sh`.
## Cleanup
You can clean up your project with the following commands:
- **Windows:** `start.bat clean`
- **Unix/Linux:** `start.sh clean`
Have fun - **Creations** // **creations@creations.works**
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.