TSFastifyExample/README.md
creations 1ccf80474c Common changes for simplicity
Changed fastify handler to handle the actual registration of the rout file with the routeinfo. changed all ' to " instead moves types and interfaces to the respective folders and files
2024-08-09 07:10:21 -04:00

20 lines
No EOL
636 B
Markdown

# 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](https://creations.works/creations/TSFastifyExample/src/branch/main/LICENCE) file for details.