An example of using Formspree with Next.js. For more information on how to use Formspree check out our official integration guide.
- Check out the demo site here
- Fork this example to your own Github repo. [Fork it →]
Or just deploy directly to Vercel!
Clone down repo, navigate to the repo directory and…
# Install dependencies
npm install
# Run next locally at localhost:3000
npm run dev