Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nickytonline/js-montreal-storybook-talk-2017-06-13

JS Montreal Talk on React Storybook
https://github.com/nickytonline/js-montreal-storybook-talk-2017-06-13

devtools javascript reactjs storybook

Last synced: 3 months ago
JSON representation

JS Montreal Talk on React Storybook

Awesome Lists containing this project

README

        

# JS Montreal - An Introduction to React Storybook
A talk on [React Storybook](https://github.com/kadirahq/react-storybook).

The slides are available at [storybookslides.iamdeveloper.com](https://storybookslides.iamdeveloper.com).

# To View The Slide Deck Locally
* run `npm i` or `yarn`.
* run `npm start` or `yarn start`.
* open a browser and hit [http://localhost:3000](http://localhost:3000), and you are ready to roll.

Note: Thanks to the [Spectacle](https://github.com/FormidableLabs/spectacle) project and the [Spectacle Boilerplate](https://github.com/FormidableLabs/spectacle-boilerplate) for facilitating writing the slide deck.

# To Run the Workbench (React Storybook)
* run `npm i` or `yarn`, if you haven't already.
* run `npm run workbench` or `yarn run workbench`.
* open a browser and hit [http://localhost:9001](http://localhost:9001), and you are ready to roll.
* workbench available at [storybookdemo.iamdeveloper.com](https://storybookdemo.iamdeveloper.com)