Formspree & Next.js example

An example of adding a Formspree form to a Next.js site and deploying to Netlify.

Get the code

Or just deploy directly to Netlify!

Deploy to Netlify

Installation

Clone down repo, navigate to the repo directory and…

# Install dependencies
npm install

# Run next locally at localhost:3000
npm run dev