An open API service indexing awesome lists of open source software.

https://github.com/itsgitz/netlify-functions-lab

My lab for creating application with Netlify Functions
https://github.com/itsgitz/netlify-functions-lab

Last synced: 2 months ago
JSON representation

My lab for creating application with Netlify Functions

Awesome Lists containing this project

README

          

# netlify-functions-lab

A repository for experimenting with Netlify Functions.

# Usage

Before deploying the function (committing and pushing), you can test it locally using the [Netlify CLI](https://cli.netlify.com/) with the following command:

```sh
netlify functions:serve
```

You can then access the function locally at the following URL, which is based on the `index.mts` file in this repository: .

1. Example of the command running:

![Netlify CLI - Function Serve](./docs/netlify-1.png)

2. Example of the result:

![Netlify CLI - Result](./docs/netlify-2.png)