markmarijnissen / storybook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

npm install
npm run storybook

Then open http://localhost:9001 on your browser. For more information visit React Storybook repo.

Startup errors

If storybook does not load any stories, it could be that the path name in the commandprompt is not exactly correct, it is uppercase sensitve. Make sure your path in the command prompt is exactly correct (folder names with upper case or lower case for example).

release new version npm package

  • update version in package.json
babel lib/*/ --out-dir dist
npm publish

About

License:MIT License


Languages

Language:JavaScript 100.0%