From cadc950e2d2eea969ddabf135e9223b2c21108d6 Mon Sep 17 00:00:00 2001 From: Greg Rickaby Date: Fri, 20 Mar 2020 15:39:36 -0500 Subject: [PATCH] docs(example): Load basic-css example on codesandbox (#11227) * Load basic-css example on codesandbox * Moved link Co-authored-by: Luis Alvarez Co-authored-by: Shu Uesugi --- examples/basic-css/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/basic-css/README.md b/examples/basic-css/README.md index 3c0472b8d2cc63d..aee21396b025552 100644 --- a/examples/basic-css/README.md +++ b/examples/basic-css/README.md @@ -10,6 +10,8 @@ Deploy the example using [ZEIT Now](https://zeit.co/now): ## How to use +[Try it on CodeSandbox](https://codesandbox.io/s/github/zeit/next.js/tree/canary/examples/basic-css) + ### Using `create-next-app` Execute [`create-next-app`](https://github.com/zeit/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example: