FastPI What's inside? TypeScript Fastify Getting started Create the project. npx degit luastoned/fastpi app-name Access the project directory. cd app-name Initialize a git repository. git init Install dependencies. yarn Serve with hot reload at http://localhost:42000. yarn dev