From 92b79b32150da20fe27e6937ba067130a089cdcd Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Mon, 16 Apr 2018 01:57:11 +1000 Subject: [PATCH] Added learnstorybook.com to Storybook links (#4298) Learnstorybook is a tutorial for Storybook that both uses CRA and is at a level of introductionary detail appropriate for CRA users. --- packages/react-scripts/template/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index d3494a0b..8cb4e698 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -1811,6 +1811,7 @@ Learn more about React Storybook: * [GitHub Repo](https://github.com/storybooks/storybook) * [Documentation](https://storybook.js.org/basics/introduction/) +* [Learn Storybook (tutorial)](https://learnstorybook.com) * [Snapshot Testing UI](https://github.com/storybooks/storybook/tree/master/addons/storyshots) with Storybook + addon/storyshot ### Getting Started with Styleguidist