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

https://github.com/paalamugan/storybook-demo-with-html-and-scss

A simple storybook demo using html and scss with bootstrap framework
https://github.com/paalamugan/storybook-demo-with-html-and-scss

bootstrap html5 javascript scss storybook vite

Last synced: about 1 month ago
JSON representation

A simple storybook demo using html and scss with bootstrap framework

Awesome Lists containing this project

README

        

# Storybook Demo With HTML And SCSS

## Node Engine Version
- Node: v16.12.0
- yarn: 1.22.19

## Install dependencies
```sh
yarn install
```

## In Development
- Run a html web application in development,
```sh
yarn dev
```

- Run a storybook in development
```sh
yarn storybook
```

## In Production
- Build a web application
```sh
yarn build
```

- Run a web application in production
```sh
yarn start
```

- Build a storybook for production
```sh
yarn build-storybook
```