My talk at the June 13th, 2017 js-montreal meetup slides are available at storybookslides.iamdeveloper.com. This was the first time I attended the js-montreal meetup. It was good to meet lots of new folks. Looking forward to the next one.
nickytonline / js-montreal-storybook-talk-2017-06-13
JS Montreal Talk on React Storybook
JS Montreal - An Introduction to React Storybook
A talk on React Storybook.
The slides are available at storybookslides.iamdeveloper.com.
To View The Slide Deck Locally
- run
npm i
oryarn
. - run
npm start
oryarn start
. - open a browser and hit http://localhost:3000, and you are ready to roll.
Note: Thanks to the Spectacle project and the Spectacle Boilerplate for facilitating writing the slide deck.
To Run the Workbench (React Storybook)
- run
npm i
oryarn
, if you haven't already. - run
npm run workbench
oryarn run workbench
. - open a browser and hit http://localhost:9001, and you are ready to roll.
- workbench available at storybookdemo.iamdeveloper.com
Photo by Sincerely Media on Unsplash
Top comments (0)