https://github.com/ekafyi/smol-netlify-functions
Minimal Netlify Functions example with a static HTML frontend and no dependencies
https://github.com/ekafyi/smol-netlify-functions
netlify-functions serverless-functions
Last synced: 3 months ago
JSON representation
Minimal Netlify Functions example with a static HTML frontend and no dependencies
- Host: GitHub
- URL: https://github.com/ekafyi/smol-netlify-functions
- Owner: ekafyi
- License: mit
- Created: 2021-04-18T10:44:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T03:34:20.000Z (about 4 years ago)
- Last Synced: 2025-01-23T15:37:37.596Z (4 months ago)
- Topics: netlify-functions, serverless-functions
- Language: HTML
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# smol-netlify-functions
![]()
smol. photo by Sophia Kunkel.---
Minimal Netlify Functions example with a single file static HTML frontend and no dependencies.
[](https://app.netlify.com/start/deploy?repository=https://github.com/ekafyi/smol-netlify-functions)
This template may be useful if:
- You don't need a frontend; you only need to develop the lambda functions
- You have a static frontend (HTML, CSS, JS files in a folder) that requires no build process/command
- You are new to Netlify lambda functions and want to explore how it works without getting distracted by the frontend web apps dependencies and commands