https://github.com/bozzelliandrea/ng-storybook-demo
An angular demo application integrated with Storybook JS
https://github.com/bozzelliandrea/ng-storybook-demo
Last synced: 8 months ago
JSON representation
An angular demo application integrated with Storybook JS
- Host: GitHub
- URL: https://github.com/bozzelliandrea/ng-storybook-demo
- Owner: bozzelliandrea
- Created: 2022-05-28T10:04:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T15:28:06.000Z (over 3 years ago)
- Last Synced: 2024-12-28T06:27:55.036Z (10 months ago)
- Language: TypeScript
- Homepage: https://bozzelliandrea.github.io/ng-storybook-demo/
- Size: 4.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project Setup
Install storybook global as node dependency: npm -g i @storybook/cli
Inside project, run `sb init`
## Run
After storybook init, run `npm run storybook`