TSFastifyExample/README.md

20 lines
636 B
Markdown
Raw Normal View History

2024-08-08 08:20:58 -04:00
# TS Fastify Example
2024-08-09 07:15:55 -04:00
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.
2024-08-08 08:20:58 -04:00
## 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
2024-08-08 08:21:52 -04:00
This project is licensed under the MIT License - see the [LICENSE](https://creations.works/creations/TSFastifyExample/src/branch/main/LICENCE) file for details.