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
- Host: GitHub
- URL: https://github.com/itsgitz/netlify-functions-lab
- Owner: itsgitz
- License: mit
- Created: 2025-10-18T07:05:38.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-10-18T15:49:40.000Z (9 months ago)
- Last Synced: 2025-10-19T04:52:01.370Z (9 months ago)
- Language: TypeScript
- Size: 126 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

2. Example of the result:
