rsnext/examples/with-zeit-fetch
2021-01-19 07:28:54 +00:00
..
fetch Fix Prettier Commit Hook (#9245) 2019-10-30 12:35:51 +01:00
pages Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
package.json Security upgrade node-fetch (#17009) 2020-09-11 09:01:48 +00:00
README.md Include utm_source on example links to vercel.com (#21305) 2021-01-19 07:28:54 +00:00

@zeit/fetch example

This example shows how to use @zeit/fetch in a Next.js application.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-zeit-fetch with-zeit-fetch-app
# or
yarn create next-app --example with-zeit-fetch with-zeit-fetch-app

Deploy it to the cloud with Vercel (Documentation).