An open API service indexing awesome lists of open source software.

https://github.com/webosbrew/webosbrew.github.io


https://github.com/webosbrew/webosbrew.github.io

Last synced: 12 months ago
JSON representation

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

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](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
```