kuleuven-bootstrap5
v0.0.4
Published
Include Bootstrap's source Sass and compiled JavaScript bundle via npm.
Downloads
43
Keywords
Readme
KU Leuven housestyle - bootstrap 5 version
- taken from Bootstrap Sass & JS Starter
Include Bootstrap's source Sass and compiled JavaScript bundle via npm. Also includes the Autoprefixer for cross-browser CSS, Stylelint for Sass code quality, and Popper, a peer dependency of Bootstrap's JS used to position dropdowns, popovers, and tooltips.
documentation landing page
- https://icts-p-fii-kuleuven-bootstrap5.cloud.icts.kuleuven.be/techspecs/ (with vpn on)
development
local
git clone [email protected]:fii/kuleuven-bootstrap5.git
cd kuleuven-bootstrap5/
npm install
npm run start
- http://localhost:8080/techspecs/
nx - docker via make
git clone [email protected]:fii/kuleuven-bootstrap5.git
cd kuleuven-bootstrap5/
make all
make serve
- http://icts-t-dev-u0045445-bs5.service.qsvcd:8080/techspecs/
nx - local docker build
docker build -t bs5 .
docker run --rm -it --name=mycontainer bs5