From 93f48aadd9b7a6864847ceea0c50e5b1cd778ed9 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. --- template/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/template/README.md b/template/README.md index d3494a0bd9b..8cb4e698479 100644 --- a/template/README.md +++ b/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