Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdegand/storybook-gh-pages
Devchallenges - Legacy - Frontend-Developer - Buttons & Inputs challenges storybook deployed on github pages
https://github.com/jdegand/storybook-gh-pages
devchallenges devchallenges-legacy react storybook styled-components
Last synced: 11 days ago
JSON representation
Devchallenges - Legacy - Frontend-Developer - Buttons & Inputs challenges storybook deployed on github pages
- Host: GitHub
- URL: https://github.com/jdegand/storybook-gh-pages
- Owner: jdegand
- Created: 2022-04-27T20:53:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T03:19:56.000Z (4 months ago)
- Last Synced: 2024-11-21T16:40:37.206Z (2 months ago)
- Topics: devchallenges, devchallenges-legacy, react, storybook, styled-components
- Language: JavaScript
- Homepage: https://jdegand.github.io/storybook-gh-pages/
- Size: 1.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Storybook GitHub Pages
This is the storybook from my [devchallenges-storybook](https://github.com/jdegand/devchallenges-storybook) project.
[Live Link](https://jdegand.github.io/storybook-gh-pages)
* How to downgrade to react 17
* npm remove react
* npm remove react-dom
* npm i [email protected]
* npm i [email protected]
* inside "index.js"
* import ReactDom from "react-dom"
* use ReactDom to render the app### Useful Resources
- [DevChallenges Button Challege](https://web.archive.org/web/20240417024221/https://legacy.devchallenges.io/challenges/ohgVTyJCbm5OZyTB2gNY)
- [DevChallenges Input Challenge](https://web.archive.org/web/20240526063936/https://legacy.devchallenges.io/challenges/TSqutYM4c5WtluM7QzGp)
- [Stack Overflow](https://stackoverflow.com/questions/46566830/how-to-use-create-react-app-with-an-older-react-version/71908461#71908461) - downgrade create react app
- [Medium](https://medium.com/swlh/how-to-deploy-storybook-to-github-pages-4894097d49ab) - deploy Storybook (outdated?)
- [Storybook Deployer](https://github.com/storybookjs/storybook-deployer) - easy way to deploy Storybook
- [CommonMark](https://commonmark.org/help/tutorial/10-nestedLists.html) - Nested Lists markdown