mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Add deploy now button to the top of all example READMEs (#1763)
* Add deploy now button to the top of all example READMEs * Remove unnecessary whitespace changes
This commit is contained in:
parent
ba5601f6da
commit
d08e027a8c
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/basic-css)
|
||||||
|
|
||||||
# Basic CSS example
|
# Basic CSS example
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/custom-server-express)
|
||||||
|
|
||||||
# Custom Express Server example
|
# Custom Express Server example
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/custom-server-hapi)
|
||||||
|
|
||||||
# Custom server using Hapi example
|
# Custom server using Hapi example
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/custom-server-koa)
|
||||||
|
|
||||||
# Custom Koa Server example
|
# Custom Koa Server example
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/custom-server)
|
||||||
|
|
||||||
# Custom server example
|
# Custom server example
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/data-fetch)
|
||||||
|
|
||||||
# Data fetch example
|
# Data fetch example
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/head-elements)
|
||||||
|
|
||||||
# Head elements example
|
# Head elements example
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/hello-world)
|
||||||
|
|
||||||
# Hello World example
|
# Hello World example
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/layout-component)
|
||||||
|
|
||||||
# Layout component example
|
# Layout component example
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/nested-components)
|
||||||
|
|
||||||
# Example app using nested components
|
# Example app using nested components
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/parameterized-routing)
|
||||||
|
|
||||||
# Parametrized routes example (dynamic routing)
|
# Parametrized routes example (dynamic routing)
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/progressive-render)
|
||||||
# Example app implementing progressive server-side render
|
# Example app implementing progressive server-side render
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/shared-modules)
|
||||||
# Example app using shared modules
|
# Example app using shared modules
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/ssr-caching)
|
||||||
|
|
||||||
# Example app where it caches SSR'ed pages in the memory
|
# Example app where it caches SSR'ed pages in the memory
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/svg-components)
|
||||||
|
|
||||||
# SVG components example
|
# SVG components example
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/using-inferno)
|
||||||
|
|
||||||
# Hello World example
|
# Hello World example
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/using-preact)
|
||||||
|
|
||||||
# Hello World example
|
# Hello World example
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/using-router)
|
||||||
# Example app utilizing next/router for routing
|
# Example app utilizing next/router for routing
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-amp)
|
||||||
|
|
||||||
# Google AMP
|
# Google AMP
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-aphrodite)
|
||||||
|
|
||||||
# Example app with aphrodite
|
# Example app with aphrodite
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-apollo-and-redux)
|
||||||
# Apollo & Redux Example
|
# Apollo & Redux Example
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-apollo)
|
||||||
# Apollo Example
|
# Apollo Example
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-custom-babel-config)
|
||||||
# Example app using custom babel config
|
# Example app using custom babel config
|
||||||
|
|
||||||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-cxs)
|
||||||
|
|
||||||
# Example app with cxs
|
# Example app with cxs
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-external-scoped-css)
|
||||||
## Scoped Style with external CSS file
|
## Scoped Style with external CSS file
|
||||||
The motivation for this example is using scoped css from external files and in the end generate a compiled static `.css` file to use in production..
|
The motivation for this example is using scoped css from external files and in the end generate a compiled static `.css` file to use in production..
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-fela)
|
||||||
|
|
||||||
# Example app with Fela
|
# Example app with Fela
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-flow)
|
||||||
# Example app with [Flow](https://flowtype.org/)
|
# Example app with [Flow](https://flowtype.org/)
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-glamor)
|
||||||
|
|
||||||
# Example app with glamor
|
# Example app with glamor
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-glamorous)
|
||||||
|
|
||||||
# Example app with [glamorous](https://github.com/kentcdodds/glamorous)
|
# Example app with [glamorous](https://github.com/kentcdodds/glamorous)
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-global-stylesheet)
|
||||||
# Global Stylesheet example
|
# Global Stylesheet example
|
||||||
|
|
||||||
This is an example of how you can include a global stylesheet in a next.js webapp.
|
This is an example of how you can include a global stylesheet in a next.js webapp.
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-jest)
|
||||||
# Example app with jest tests
|
# Example app with jest tests
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-loading)
|
||||||
# Example app with page loading indicator
|
# Example app with page loading indicator
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-mobx)
|
||||||
|
|
||||||
# MobX example
|
# MobX example
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-next-routes)
|
||||||
# Named routes example ([next-routes](https://github.com/fridays/next-routes))
|
# Named routes example ([next-routes](https://github.com/fridays/next-routes))
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-prefetching)
|
||||||
# Example app with prefetching pages
|
# Example app with prefetching pages
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-pretty-url-routing)
|
||||||
|
|
||||||
# Example app with pretty url routing
|
# Example app with pretty url routing
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-react-helmet)
|
||||||
|
|
||||||
# react-helmet example
|
# react-helmet example
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-react-intl)
|
||||||
# Example app with [React Intl][]
|
# Example app with [React Intl][]
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-react-md)
|
||||||
|
|
||||||
# Example app with react-md
|
# Example app with react-md
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-redux)
|
||||||
|
|
||||||
# Redux example
|
# Redux example
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-refnux)
|
||||||
|
|
||||||
# Refnux example
|
# Refnux example
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-scoped-stylesheets-and-postcss)
|
||||||
# Scoped stylesheets with PostCSS example
|
# Scoped stylesheets with PostCSS example
|
||||||
|
|
||||||
This is an example of using scoped stylesheets and PostCSS, heavily influenced by @davibe's [`with-global-stylesheet`](https://github.com/zeit/next.js/tree/master/examples/with-global-stylesheet).
|
This is an example of using scoped stylesheets and PostCSS, heavily influenced by @davibe's [`with-global-stylesheet`](https://github.com/zeit/next.js/tree/master/examples/with-global-stylesheet).
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-shallow-routing)
|
||||||
|
|
||||||
# Shallow Routing Example
|
# Shallow Routing Example
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-styled-components)
|
||||||
|
|
||||||
# Example app with styled-components
|
# Example app with styled-components
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-styled-jsx-postcss)
|
||||||
|
|
||||||
# Example app with styled-jsx-postcss
|
# Example app with styled-jsx-postcss
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-styletron)
|
||||||
|
|
||||||
# Example app with styletron
|
# Example app with styletron
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-typescript)
|
||||||
# TypeScript Next.js example
|
# TypeScript Next.js example
|
||||||
This is a really simple project that show the usage of Next.js with TypeScript.
|
This is a really simple project that show the usage of Next.js with TypeScript.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-universal-configuration)
|
||||||
|
|
||||||
# With universal configuration
|
# With universal configuration
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-url-object-routing)
|
||||||
# URL object routing
|
# URL object routing
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-webpack-bundle-analyzer)
|
||||||
|
|
||||||
# Webpack Bundle Analyzer example
|
# Webpack Bundle Analyzer example
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue