From e4352f0957ed67717ea9b9e9956f66cd1b844af7 Mon Sep 17 00:00:00 2001 From: Matt Goo Date: Fri, 22 Mar 2019 16:07:20 -0700 Subject: [PATCH] docs: add a starter stackblitz (#767) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3ccb09e3e..a911dbc87 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ Component | Spec | MDC Web ## Getting Started +### With StackBlitz + +If you're looking to see how it looks without having to install a bunch of npm modules in your environment, please have a look at this [Starter Stackblitz](https://stackblitz.com/edit/react-eeyij6). + ### With create-react-app `create-react-app` is a popular CLI tool to getting started with React. If you're new to React or Webpack, you might be starting out here. This section will walk you through configuring `create-react-app` to install and use our components.