Home

Awesome

Netlify Lambda Tailwind Static Starter demo

A starter project with Netlify Lambda, Tailwind CSS and static pages.

<!-- Markdown snippet -->

Deploy to Netlify

There's a lambda generating random emoji 👍 at ./src/lambda/emoji.js

The index page is just HTML with inline scripts.

A JavaScript function intercepts form submits and sends them using fetch instead. There's also a helper to get field values using their name, see getFieldValue(form, fieldName) on GitHub.

This is a good starting point for quick Lambda demos.

Development setup

You should run yarn before starting.

The following scripts are available: