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
- Host: GitHub
- URL: https://github.com/paalamugan/storybook-demo-with-html-and-scss
- Owner: paalamugan
- Created: 2022-05-17T11:47:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-17T11:49:05.000Z (almost 3 years ago)
- Last Synced: 2024-11-19T10:42:00.704Z (3 months ago)
- Topics: bootstrap, html5, javascript, scss, storybook, vite
- Language: JavaScript
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```