https://github.com/webosbrew/webosbrew.github.io
https://github.com/webosbrew/webosbrew.github.io
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webosbrew/webosbrew.github.io
- Owner: webosbrew
- Created: 2024-05-25T15:07:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-03T02:55:59.000Z (about 1 year ago)
- Last Synced: 2025-06-03T17:00:15.785Z (about 1 year ago)
- Language: JavaScript
- Size: 12 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bootstrap w/ Webpack
Include [Bootstrap](https://getbootstrap.com)'s source Sass and individual JavaScript plugins with [Webpack](https://webpack.js.org).
## Edit in browser
[](https://stackblitz.com/github/twbs/examples/tree/main/webpack?file=src%2Findex.html)
## How to use
```sh
git clone https://github.com/twbs/examples.git
cd examples/webpack/
npm install
npm start
```