rsnext/examples/with-zeit-fetch/README.md
2019-10-12 00:29:08 -05:00

976 B

@zeit/fetch example

How to use

Using create-next-app

Execute create-next-app with Yarn or npx 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

Download manually

Download the example:

curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-zeit-fetch
cd with-zeit-fetch

Install it and run:

npm install
npm run dev
# or
yarn
yarn dev

Deploy it to the cloud with now (download)

now

The idea behind the example

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