rsnext/examples/with-formspree/README.md
Cole aeafca2b64
Adding Formspree contact-form example (#29314)
* adding formspree contact-form example

* tweaks to package.json
2021-10-05 15:13:23 -05:00

1.1 KiB

Formspree & Next.js example

An example of using Formspree with Next.js. For more information on how to use Formspree check out our official integration guide.

Get the code

Or just deploy directly to Vercel!

Deploy with Vercel

Installation

Clone down repo, navigate to the repo directory and…

# Install dependencies
npm install

# Run next locally at localhost:3000
npm run dev