An open API service indexing awesome lists of open source software.

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

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`