Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesisfroellerix committed Jun 23, 2023
1 parent 3f59fc4 commit c66400a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Getting Started with [Fastify-CLI](https://www.npmjs.com/package/fastify-cli)
# VSC Code Snippets

This project was bootstrapped with Fastify-CLI.
Code snippets for Visual Studio Code.

## Available Scripts
`npm i vsc-code-snippets` <span style="color:green">// download all snippets from npm</span>

In the project directory, you can run:
## Content

### `npm run dev`
**Includes snippets for following file extensions:**

To start the app in dev mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
* .gitignore
* .asciidoc

### `npm start`
## Tech

For production mode
### Fastify

### `npm run test`
[Fastify-CLI](https://www.npmjs.com/package/fastify-cli)

Run the test cases.
`npm run dev` <span style="color:green">// run in development mode</span>

## Learn More
`npm start` <span style="color:green">// run in production</span>

To learn Fastify, check out the [Fastify documentation](https://www.fastify.io/docs/latest/).
`npm run test` <span style="color:green">// run test cases</span>

1 comment on commit c66400a

@vercel
Copy link

@vercel vercel bot commented on c66400a Jun 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.