Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 362 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 362 Bytes

Fastify-Typescript Demo

This project is aimed to provide necessary information/demo about fastify with typescript.

Get Started

  1. After cloning the repo install the dependencies npm install
  2. Run npm run build to compile the .ts files
  3. Run npm start to start. You'll see the output in your terminal as Server listening at http://127.0.0.1:3000