Skip to content

10clouds/cottoncandy-react

Repository files navigation

Cottoncandy React UI kit

Lightweight UI KIt for React

Bootstrapped on https://github.com/facebookincubator/create-react-app Using Storybook https://github.com/storybooks/storybook

Getting started

Clone this repo and run

npm install
npm start

To install Storybook type

npm i -g @storybook/cli
getstorybook

To run Storybook:

npm run storybook

Developing using Docker

Start docker container:

docker-compose up

Navigate your browser to: http://localhost:9009/ and enjoy developing new components in ./src folder.

Deploying Storybook to GitHub Pages

npm run deploy-storybook

Storybook will be deployed to: https://10clouds.github.io/cottoncandy-react/