Skip to content

SC5/ds-workshop-team-0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cf49dbf · Feb 13, 2018

History

2 Commits
Feb 12, 2018
Feb 12, 2018
Feb 12, 2018
Feb 12, 2018
Feb 12, 2018
Feb 12, 2018
Feb 12, 2018
Feb 12, 2018
Feb 12, 2018
Feb 12, 2018
Feb 12, 2018
Feb 12, 2018
Feb 12, 2018
Feb 13, 2018
Feb 12, 2018
Feb 12, 2018
Feb 12, 2018

Repository files navigation

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

Tools

Adding a new component

You can add components by using this command

npm run create-component MyComponent

It will create a new folder for the component and basic files for styling and documenting.

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published