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

https://github.com/app-generator/fastify-starter

Fastify Starter - Playground App | AppSeed
https://github.com/app-generator/fastify-starter

appseed fastify open-source

Last synced: about 1 month ago
JSON representation

Fastify Starter - Playground App | AppSeed

Awesome Lists containing this project

README

          

## AppSeed – coded apps

### Requirements

- Node.js — [installation instructions](https://nodejs.org/en/download/)
- Yarn — [installation instructions](https://yarnpkg.com/lang/en/docs/install/)

### Setup

From the project folder run:

```
yarn install
```

### Run

From the project folder run:

```
yarn server:start
```

Open link: http://localhost:5000