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
- Host: GitHub
- URL: https://github.com/app-generator/fastify-starter
- Owner: app-generator
- Created: 2020-08-14T13:22:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T13:25:08.000Z (almost 6 years ago)
- Last Synced: 2025-07-12T19:19:35.262Z (12 months ago)
- Topics: appseed, fastify, open-source
- Language: CSS
- Homepage: https://appseed.us
- Size: 2.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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