Skip to content

JPOak/bootstrap-webpack-sass

Repository files navigation

Bootstrap 5, Webpack 5, and Sass Starter

This is to help jump start a Bootstrap 5.3+ project.

Prerequisites

Tested with Node 20.12+ and NPM 10.5+

Setup

npm install

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.

Quick Tests

Open demo.html to make sure everything is working.

Built With

About

Bootstrap 5, Webpack 5, Sass Starter Project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published