A basic template for webpack-enabled web project using Bootstrap 5.
Based on: https://github.com/homerchen19/bootstrap-webpack-jquery-boilerplate
License: MIT.
- Bootstrap 5, webpack v4
- Supports ES6 Syntax (Babel 7)
- ESLint, Prettier, Terser
- clone the repo
- run
npm install
$ npm run dev
Open localhost:8080
$ npm run build
Deploy to gh-pages
branch on GitHub.
$ npm run deploy