https://github.com/dmno-dev/dmno-fastify-demo
Example of using DMNO with Fastify
https://github.com/dmno-dev/dmno-fastify-demo
Last synced: about 1 year ago
JSON representation
Example of using DMNO with Fastify
- Host: GitHub
- URL: https://github.com/dmno-dev/dmno-fastify-demo
- Owner: dmno-dev
- Created: 2024-12-03T21:27:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T21:42:59.000Z (over 1 year ago)
- Last Synced: 2025-02-03T08:58:55.426Z (over 1 year ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with [Fastify-CLI](https://www.npmjs.com/package/fastify-cli)
This project was bootstrapped with Fastify-CLI.
## 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://fastify.dev/docs/latest/).