Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gustavocadev/templates

Templates for Fastify and Express with TypeScript! even Nest with minimal packages
https://github.com/gustavocadev/templates

expressjs fastify typescript

Last synced: about 12 hours ago
JSON representation

Templates for Fastify and Express with TypeScript! even Nest with minimal packages

Awesome Lists containing this project

README

        

# Templates
Templates for Fastify and Express with TypeScript!
You can use them to quickly use typescript in node + Express or Fastify 🎉
## First steps:
### Create a new project
```bash
npx degit gustavocadev/templates/express-ts project-name
```
### Move you to that project folder
```bash
cd project-name
```
### Install the dependencies
```bash
npm install
```
### Open the project in VSCode
```bash
code .
```
# Start Coding! 🎉