# example **Repository Path**: mirrors_FezVrasta/example ## Basic Information - **Project Name**: example - **Description**: React Styleguidist example - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React Styleguidist example style guide This example is supposed to be used to reproduce issues, if you want to learn how to use React Styleguidist see [examples in the main repository](https://github.com/styleguidist/react-styleguidist/tree/master/examples). ![](http://wow.sapegin.me/3q0F1Y1P321k/Image%202016-04-12%20at%207.25.03%20PM.png) ## How to start locally ``` git clone https://github.com/styleguidist/example.git react-styleguidist-example cd react-styleguidist-example npm install npm start ``` Then open [http://localhost:6060](http://localhost:6060) in your browser. ## How to create a reproducible demo 1. Fork this repository (please don’t use the main, styleguidist/react-styleguidist, repository). 2. Modify it to reproduce the issue. 3. Push your changes to GitHub and paste the link into a GitHub issue. Most likely you’ll find an issue yourself, while creating a demo.