2.0.0 β’ Published 2 years ago
node-typescript-fastify v2.0.0
Node + TypeScript + Fastify
πͺ Motivation
The motivation of this project is to contribute to the community that has helped me so much in what I have been a developer, this is my way of thanking everyone, sharing a boilerplate of Node + TypeScript + Fastify + Prettier + Eslint. The project is open to suggestions and modifications, thank you very much, I hope you like it.
π Overview
π₯ Easy to implement
π¨ Recommendations
It is recommended to have the vsCode extension installed called Prettier - Code formatter
π« Getting Started
# clone the project
git clone https://github.com/AndresH11/Node-TypeScript-Fastify.git
# enter the project directory
cd node-typescript-fastify
# install dependency
npm install
# develop
npm run dev
π example
π Directory structure
βββ src Root folder
βββ helloWorld Service folder
| βββ controller
| | βββ hello_world_controller.ts
| βββ routes.ts
βββ app.ts App server file
βββ index.ts Root file
βββ router.ts Router file