This is to help jump start a Bootstrap 5.3+ project.
Tested with Node 20.12+ and NPM 10.5+
npm install
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.
Open demo.html to make sure everything is working.
- Bootstrap - Front-end framework
- HTML5 Boilerplate - Template Kickstart
- Webpack - Asset bundling