1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

#4751 - Explicitly mention install when cloning examples (#4758)

Preferably this installation wouldn't be necessary, but in lieu of a fix...

#4751
This commit is contained in:
Michael Herold 2018-07-11 14:56:15 -07:00 committed by Tim Neutkens
parent d8be2a0379
commit 5b3578e58f
143 changed files with 143 additions and 143 deletions

View file

@ -16,7 +16,7 @@ yarn create next-app --example active-class-name active-class-name-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/active-class-name

View file

@ -16,7 +16,7 @@ yarn create next-app --example basic-css basic-css-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/basic-css

View file

@ -16,7 +16,7 @@ yarn create next-app --example basic-export basic-export-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/basic-export

View file

@ -16,7 +16,7 @@ yarn create next-app --example custom-charset custom-charset-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-charset

View file

@ -19,7 +19,7 @@ yarn create next-app --example custom-server-actionhero custom-server-actionhero
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-actionhero

View file

@ -16,7 +16,7 @@ yarn create next-app --example custom-server-express custom-server-express-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-express

View file

@ -16,7 +16,7 @@ yarn create next-app --example custom-server-fastify custom-server-fastify-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-fastify

View file

@ -16,7 +16,7 @@ yarn create next-app --example custom-server-hapi custom-server-hapi-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-hapi

View file

@ -16,7 +16,7 @@ yarn create next-app --example custom-server-koa custom-server-koa-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-koa

View file

@ -16,7 +16,7 @@ yarn create next-app --example custom-server-micro custom-server-micro-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-micro

View file

@ -16,7 +16,7 @@ yarn create next-app --example custom-server-nodemon custom-server-nodemon-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-nodemon

View file

@ -16,7 +16,7 @@ yarn create next-app --example custom-server-polka custom-server-polka-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-polka

View file

@ -16,7 +16,7 @@ yarn create next-app --example custom-server-typescript custom-server-typescript
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-typescript

View file

@ -16,7 +16,7 @@ yarn create next-app --example custom-server custom-server-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server

View file

@ -16,7 +16,7 @@ yarn create next-app --example data-fetch data-fetch-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/data-fetch

View file

@ -16,7 +16,7 @@ yarn create next-app --example form-handler form-handler-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/form-handler

View file

@ -14,7 +14,7 @@ yarn create next-app --example gh-pages gh-pages-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/gh-pages

View file

@ -16,7 +16,7 @@ yarn create next-app --example head-elements head-elements-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/head-elements

View file

@ -16,7 +16,7 @@ yarn create next-app --example hello-world hello-world-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/hello-world

View file

@ -16,7 +16,7 @@ yarn create next-app --example layout-component layout-component-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/layout-component

View file

@ -16,7 +16,7 @@ yarn create next-app --example nested-components nested-components-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/nested-components

View file

@ -16,7 +16,7 @@ yarn create next-app --example only-client-render-external-dependencies only-cli
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/only-client-render-external-dependencies

View file

@ -16,7 +16,7 @@ yarn create next-app --example parameterized-routing parameterized-routing-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/parameterized-routing

View file

@ -16,7 +16,7 @@ yarn create next-app --example pass-server-data pass-server-data-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/pass-server-data

View file

@ -15,7 +15,7 @@ yarn create next-app --example progressive-render progressive-render-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/progressive-render

View file

@ -16,7 +16,7 @@ yarn create next-app --example root-static-files root-static-files-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server

View file

@ -15,7 +15,7 @@ yarn create next-app --example shared-modules shared-modules-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/shared-modules

View file

@ -16,7 +16,7 @@ yarn create next-app --example ssr-caching ssr-caching-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/ssr-caching

View file

@ -16,7 +16,7 @@ yarn create next-app --example svg-components svg-components-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/svg-components

View file

@ -16,7 +16,7 @@ yarn create next-app --example using-inferno using-inferno-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/using-inferno

View file

@ -16,7 +16,7 @@ yarn create next-app --example using-nerv using-nerv-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/using-nerv

View file

@ -16,7 +16,7 @@ yarn create next-app --example using-preact using-preact-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/using-preact

View file

@ -15,7 +15,7 @@ yarn create next-app --example using-router using-router-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/using-router

View file

@ -15,7 +15,7 @@ yarn create next-app --example using-with-router using-with-router-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/using-with-router

View file

@ -14,7 +14,7 @@ yarn create next-app --example with-absolute-imports with-absolute-imports-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-absolute-imports

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-algolia-react-instantsearch with-algolia-rea
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-algolia-react-instantsearch

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-amp with-amp-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js.git):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-amp

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-ant-design-less with-ant-design-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-ant-design-less

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-ant-design with-ant-design-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-ant-design

View file

@ -15,7 +15,7 @@ yarn create next-app --example with-antd-mobile with-antd-mobile-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-antd-mobile

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-aphrodite with-aphrodite-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-aphrodite

View file

@ -15,7 +15,7 @@ yarn create next-app --example with-apollo-and-redux-saga with-apollo-and-redux-
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-apollo-and-redux-saga

View file

@ -15,7 +15,7 @@ yarn create next-app --example with-apollo-and-redux with-apollo-and-redux-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-apollo-and-redux

View file

@ -19,7 +19,7 @@ yarn create next-app --example with-apollo-auth with-apollo-auth-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-apollo-auth

View file

@ -19,7 +19,7 @@ yarn create next-app --example with-apollo with-apollo-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-apollo

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-app-layout with-app-layout-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-app-layout

View file

@ -14,7 +14,7 @@ yarn create next-app --example with-asset-imports with-asset-imports-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-asset-imports

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-babel-macros with-babel-macros-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-babel-macros

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-cerebral with-cerebral-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-cerebral

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-componentdidcatch with-componentdidcatch-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-componentdidcatch

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-configured-preset-env with-configured-preset
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-configured-preset-env

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-custom-babel-config with-custom-babel-config
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-custom-babel-config

View file

@ -14,7 +14,7 @@ yarn create next-app --example with-custom-reverse-proxy with-custom-reverse-pro
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-custom-reverse-proxy

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-cxs with-cxs-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-cxs

View file

@ -15,7 +15,7 @@ yarn create next-app --example with-data-prefetch with-data-prefetch-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-data-prefetch

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-docker with-docker-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-docker

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-dotenv with-dotenv-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-dotenv

View file

@ -15,7 +15,7 @@ yarn create next-app --example with-draft-js with-draft-js-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-draft-js

View file

@ -14,7 +14,7 @@ yarn create next-app --example with-dynamic-import with-dynamic-import-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-dynamic-import

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-electron with-electron-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-electron

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-emotion-fiber with-emotion-fiber-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-emotion-fiber

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-emotion with-emotion-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-emotion

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-fela with-fela-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-fela

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-firebase-authentication with-firebase-authen
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-firebase-authentication

View file

@ -14,7 +14,7 @@ yarn create next-app --example with-firebase-hosting-and-typescript with-firebas
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-firebase-hosting-and-typescript

View file

@ -15,7 +15,7 @@ yarn create next-app --example with-firebase-hosting with-firebase-hosting-app
<details>
<summary><b>Download manually</b></summary>
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-firebase-hosting

View file

@ -15,7 +15,7 @@ yarn create next-app --example with-flow with-flow-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-flow

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-freactal with-freactal-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-freactal

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-glamor with-glamor-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-glamor

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-glamorous with-glamorous-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-glamorous

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-global-stylesheet-simple with-global-stylesh
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-global-stylesheet-simple

View file

@ -18,7 +18,7 @@ yarn create next-app --example with-global-stylesheet with-global-stylesheet-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-global-stylesheet

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-google-analytics with-google-analytics-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-google-analytics

View file

@ -14,7 +14,7 @@ yarn create next-app --example with-hashed-statics with-hashed-statics-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-hashed-statics

View file

@ -17,7 +17,7 @@ yarn create next-app --example with-higher-order-component with-higher-order-com
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
Install it and run:

View file

@ -15,7 +15,7 @@ yarn create next-app --example with-i18next with-i18next-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-i18next

View file

@ -18,7 +18,7 @@ yarn create next-app --example with-immutable-redux-wrapper with-immutable-redux
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-immutable-redux-wrapper

View file

@ -15,7 +15,7 @@ yarn create next-app --example with-ioc with-ioc-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-ioc

View file

@ -14,7 +14,7 @@ yarn create next-app --example with-jest-typescript with-jest-typescript-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-jest-typescript

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-jest with-jest-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-jest

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-kea with-kea-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-kea

View file

@ -15,7 +15,7 @@ yarn create next-app --example with-loading with-loading-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-loading

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-markdown with-markdown-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-markdown

View file

@ -15,7 +15,7 @@ yarn create next-app --example with-material-ui with-material-ui-app
### Download manually
Download the example [or clone the repo](https://github.com/mui-org/material-ui):
Download the example:
```bash
curl https://codeload.github.com/mui-org/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/nextjs

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-mobx-state-tree with-mobx-state-tree-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-mobx-state-tree

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-mobx with-mobx-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-mobx

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-next-css with-next-css-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-next-css

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-next-less with-next-less-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-next-less

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-next-page-transitions with-next-page-transit
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-next-page-transitions

View file

@ -15,7 +15,7 @@ yarn create next-app --example with-next-routes with-next-routes-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-next-routes

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-next-sass with-next-sass-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-next-sass

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-noscript with-noscript-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
## Development
Install it and run:

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-now-env with-now-env-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-now-env

View file

@ -14,7 +14,7 @@ yarn create next-app --example with-pkg with-pkg-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-pkg

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-polyfills with-polyfills-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-polyfills

View file

@ -14,7 +14,7 @@ yarn create next-app --example with-portals with-portals-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-portals

View file

@ -15,7 +15,7 @@ yarn create next-app --example with-prefetching with-prefetching-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-prefetching

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-pretty-url-routing with-pretty-url-routing-a
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-pretty-url-routing

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-react-ga with-react-ga-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-ga

View file

@ -16,7 +16,7 @@ yarn create next-app --example with-react-helmet with-react-helmet-app
### Download manually
Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-helmet

Some files were not shown because too many files have changed in this diff Show more