rsnext/examples/with-formspree
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
..
components Adding Formspree contact-form example (#29314) 2021-10-05 15:13:23 -05:00
pages Adding Formspree contact-form example (#29314) 2021-10-05 15:13:23 -05:00
public Adding Formspree contact-form example (#29314) 2021-10-05 15:13:23 -05:00
styles Adding Formspree contact-form example (#29314) 2021-10-05 15:13:23 -05:00
.gitignore Adding Formspree contact-form example (#29314) 2021-10-05 15:13:23 -05:00
package.json Adding Formspree contact-form example (#29314) 2021-10-05 15:13:23 -05:00
README.md Adding Formspree contact-form example (#29314) 2021-10-05 15:13:23 -05:00

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