https://github.com/candango/faz-bootstrap
HTML Web Components based on Faz and Bootstrap
https://github.com/candango/faz-bootstrap
Last synced: over 1 year ago
JSON representation
HTML Web Components based on Faz and Bootstrap
- Host: GitHub
- URL: https://github.com/candango/faz-bootstrap
- Owner: candango
- License: apache-2.0
- Created: 2023-08-15T22:08:07.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-05T05:05:22.000Z (over 1 year ago)
- Last Synced: 2025-03-19T11:05:24.017Z (over 1 year ago)
- Language: TypeScript
- Size: 142 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Candango Faz Bootstrap
## Introduction
Candango faz-bootstrap is a toolkit based on bootstrap and solid-js.
# Installation
## npm
```
> npm i faz-bootstrap
```
## yarn
```
> yarn add faz-bootstrap
```
# Development
## At the command line
```
> yarn
> npm run lessc:dev
> npm run run
```