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
2024-08-09 07:15:55 -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 fix license and readme from " to ' 2024-08-09 07:15:55 -04:00
package.json initial comit 2024-08-08 08:20:58 -04:00
README.md fix license and readme from " to ' 2024-08-09 07:15:55 -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.