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.
Find a file
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
config Common changes for simplicity 2024-08-09 07:10:21 -04:00
interfaces Common changes for simplicity 2024-08-09 07:10:21 -04:00
src Common changes for simplicity 2024-08-09 07:10:21 -04:00
types Common changes for simplicity 2024-08-09 07:10:21 -04:00
.gitignore Common changes for simplicity 2024-08-09 07:10:21 -04:00
bun.lockb Common changes for simplicity 2024-08-09 07:10:21 -04:00
LICENCE Common changes for simplicity 2024-08-09 07:10:21 -04:00
package.json initial comit 2024-08-08 08:20:58 -04:00
README.md Common changes for simplicity 2024-08-09 07:10:21 -04:00
start.bat initial comit 2024-08-08 08:20:58 -04:00
start.sh forgot sh file LOL 2024-08-08 08:24:20 -04:00
tsconfig.json initial comit 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 file for details.