mirror of
https://github.com/acid-info/Kurate.git
synced 2025-02-05 12:34:24 +00:00
24 lines
509 B
Markdown
24 lines
509 B
Markdown
|
# 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/).
|