Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smolsoftboi/bootstrap-kit
User interface and behaviour framework based on Bootstrap.
https://github.com/smolsoftboi/bootstrap-kit
bootstrap css css-framework sass scss
Last synced: about 16 hours ago
JSON representation
User interface and behaviour framework based on Bootstrap.
- Host: GitHub
- URL: https://github.com/smolsoftboi/bootstrap-kit
- Owner: SmolSoftBoi
- Created: 2019-08-09T16:28:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:32:32.000Z (9 months ago)
- Last Synced: 2024-10-13T08:21:51.667Z (about 1 month ago)
- Topics: bootstrap, css, css-framework, sass, scss
- Language: JavaScript
- Size: 8.39 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bootstrap Kit
Bootstrap-powered user interface and behaviour framework.
For the most straightforward development, open two Terminal tabs to execute `yarn run server` and `yarn run watch` at the same time.
## Scripts
The following yarn scripts are available to you in this repo. With the exception of `yarn start` and `yarn test`, the remaining scripts can be run from your command line with `yarn run scriptName`.
| Script | Description |
| --- | --- |
| `server` | Starts a local server () for development |
| `watch` | Automatically recompiles CSS and JavaScript as it watches the `scss` and `js` directories for changes |