TSFastifyExample/README.md
creations 9a0b57e299 Update README.md
fix link in license
2024-08-08 08:21:52 -04:00

636 B

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 file for details.