This project is aimed to provide necessary information/demo about fastify with typescript.
- After cloning the repo install the dependencies
npm install
- Run
npm run build
to compile the.ts
files - Run
npm start
to start. You'll see the output in your terminal asServer listening at http://127.0.0.1:3000