https://github.com/igorhalfeld/modular-monoliths-with-fastify
Talk for https://guild.host/events/nodebr-experience-ahnbhi
https://github.com/igorhalfeld/modular-monoliths-with-fastify
Last synced: over 1 year ago
JSON representation
Talk for https://guild.host/events/nodebr-experience-ahnbhi
- Host: GitHub
- URL: https://github.com/igorhalfeld/modular-monoliths-with-fastify
- Owner: IgorHalfeld
- Created: 2023-07-22T07:30:33.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-22T07:31:00.000Z (about 3 years ago)
- Last Synced: 2024-05-30T02:22:23.025Z (about 2 years ago)
- Language: JavaScript
- Size: 76.2 KB
- Stars: 8
- Watchers: 2
- 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://www.fastify.io/docs/latest/).