https://github.com/sm-react/storybook-boilerplate
https://github.com/sm-react/storybook-boilerplate
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sm-react/storybook-boilerplate
- Owner: sm-react
- License: mit
- Created: 2017-06-16T17:46:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T10:00:28.000Z (almost 8 years ago)
- Last Synced: 2025-03-25T09:03:27.741Z (about 2 months ago)
- Language: JavaScript
- Size: 1.16 MB
- Stars: 30
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README-npm.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Storybook Boilerplate Project
[](https://badge.fury.io/gh/sm-react%2Freact-theming)
[](https://sm-react.github.io/react-theming)[
](http://getstorybook.io)
[](http://nodejs.org)
[](http://webpack.js.org)
[](http://facebook.github.io/react)
[](http://eslint.org)
[](https://facebook.github.io/jest/blog/2016/07/27/jest-14.html)
[](http://mochajs.org)
[](http://chaijs.com)
[](http://material-ui.com)
At the heart of this project the desire to collect the best practices of application development via [React-Storybook](https://github.com/storybooks/react-storybook) environment. This project is transparent and friendly for developers. You do not need to eject anything. Therefore you can easily add your own configuration and extend it using any packages.
It contains the *fully-charged* setup of the Storybook with **pre-installed plugins**, configuration, quick examples, and tips. Inspired by [Create React App](https://github.com/facebookincubator/create-react-app) and [React CDK](https://github.com/kadirahq/react-cdk).
--
Usage:
```
git clone https://github.com/sm-react/react-theming.git
cd react-theming
npm i
npm start
```
--### Table of contents
- [Features](https://github.com/sm-react/react-theming#features)
- [Roadmap](https://github.com/sm-react/react-theming#roadmap)
- [Quick start](https://github.com/sm-react/react-theming#quick-start)
- [Scripts](https://github.com/sm-react/react-theming#scripts)
- [FAQ](https://github.com/sm-react/react-theming#faq)
- [Contribute](https://github.com/sm-react/react-theming#contribute)
--
Created as a part of React Theming
[
](https://github.com/sm-react/react-theming)