Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.