-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f59fc4
commit c66400a
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
c66400a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
vsc-code-snippets – ./
vsc-code-snippets-git-master-jonasfroeller.vercel.app
vsc-code-snippets.vercel.app
vsc-code-snippets-jonasfroeller.vercel.app