Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gustavocadev/templates
- Owner: gustavocadev
- Created: 2022-04-11T17:08:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:56:36.000Z (about 2 years ago)
- Last Synced: 2024-11-11T23:38:53.936Z (2 months ago)
- Topics: expressjs, fastify, typescript
- Language: TypeScript
- Homepage:
- Size: 72.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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! 🎉