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

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

Awesome Lists containing this project

README

        

# Gitpod Fastify Template

This project was bootstrapped with [Fastify-CLI](https://www.npmjs.com/package/fastify-cli).

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](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/).