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-08 08:24:20 -04:00
config initial comit 2024-08-08 08:20:58 -04:00
src initial comit 2024-08-08 08:20:58 -04:00
.gitignore initial comit 2024-08-08 08:20:58 -04:00
LICENCE initial comit 2024-08-08 08:20:58 -04:00
package.json initial comit 2024-08-08 08:20:58 -04:00
README.md Update README.md 2024-08-08 08:21:52 -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.