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

https://github.com/sm-react/storybook-boilerplate


https://github.com/sm-react/storybook-boilerplate

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Storybook Boilerplate Project

[![GitHub version](https://badge.fury.io/gh/sm-react%2Freact-theming.svg)](https://badge.fury.io/gh/sm-react%2Freact-theming)
[![Live demo](https://img.shields.io/badge/Live%20Demo-%20Storybook-brightgreen.svg)](https://sm-react.github.io/react-theming)

[Storybook](http://getstorybook.io)
[NodeJS](http://nodejs.org)
[Webpack](http://webpack.js.org)
[React](http://facebook.github.io/react)
[ESLint](http://eslint.org)
[Jest](https://facebook.github.io/jest/blog/2016/07/27/jest-14.html)
[Mocha](http://mochajs.org)
[Chai](http://chaijs.com)
[Material-UI](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)