https://github.com/gitpod-samples/template-fastify
Fastify Gitpod Template
https://github.com/gitpod-samples/template-fastify
Last synced: 4 months ago
JSON representation
Fastify Gitpod Template
- Host: GitHub
- URL: https://github.com/gitpod-samples/template-fastify
- Owner: gitpod-samples
- Created: 2023-11-22T01:10:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-22T01:18:03.000Z (over 1 year ago)
- Last Synced: 2025-01-24T12:45:31.940Z (5 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gitpod Fastify Template
This project was bootstrapped with [Fastify-CLI](https://www.npmjs.com/package/fastify-cli).
[](https://gitpod.io/#https://github.com/gitpod-samples/template-fastify)
## Available Scripts
In the project directory, you can run:
### `npm run dev`
To start the app in dev mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.### `npm start`
For production mode
### `npm run test`
Run the test cases.
## Learn More
To learn Fastify, check out the [Fastify documentation](https://www.fastify.io/docs/latest/).