Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nickytonline/js-montreal-storybook-talk-2017-06-13
- Owner: nickytonline
- License: mit
- Created: 2017-06-12T21:03:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T01:41:20.000Z (about 2 years ago)
- Last Synced: 2024-04-15T01:15:32.699Z (10 months ago)
- Topics: devtools, javascript, reactjs, storybook
- Language: JavaScript
- Homepage: https://storybookslides.iamdeveloper.com
- Size: 1.83 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)