rsnext/examples/with-formspree
2022-07-26 20:08:40 -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 Update default gitignore templates (#39051) 2022-07-26 20:08:40 -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