christophgysin / ds-workshop-storybook-boilerplate

Styled-components library setup (copied from React Components used at @Coderbox)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start you own library

git clone https://github.com/SC5/ds-workshop-storybook-boilerplate.git
cd ds-workshop-storybook-boilerplate
rm -rf .git
git init

Development

Run Storybook

npm install
npm start

Build the library

npm run build

Try out at the demo page

npm run demo

Edit sources in demo folder.

Build and publish documentation

You can build Storybook documentation as a static website and publish to GH pages.

npm run build-storybook
npm run deploy-storybook

About

Styled-components library setup (copied from React Components used at @Coderbox)


Languages

Language:JavaScript 95.9%Language:HTML 4.1%