Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/null-none/bootstrap5-boilerplate
Bootstrap 5 Boilerplate with webpack
https://github.com/null-none/bootstrap5-boilerplate
bootstrap bootstrap5 css design-system js
Last synced: 9 days ago
JSON representation
Bootstrap 5 Boilerplate with webpack
- Host: GitHub
- URL: https://github.com/null-none/bootstrap5-boilerplate
- Owner: null-none
- License: mit
- Created: 2022-06-01T21:04:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T20:06:28.000Z (about 2 years ago)
- Last Synced: 2024-12-18T06:21:02.506Z (about 2 months ago)
- Topics: bootstrap, bootstrap5, css, design-system, js
- Language: HTML
- Homepage:
- Size: 918 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bootstrap5 boilerplate
### Building
```
npm run dev
```Will compile scss and js with sourcemaps and copy from "src" to "dist." demo.html example to make sure things look right.
```
npm run start
```Will launch browsersync and watch changes in scss and js in the "src" dirctory, and html files in the root directory.
```
npm run build
```Will minify all the files and remove sourcemaps and copy to the "dist" directory. Images in assets will be optimized. Note: Depending on how many images you have it may take awhile on first run. Delete the .cache file to rerun all images.