This is a basic boilerplate using Bootstrap 4 with SCSS and WebPack, to have an easy and fast setup for new website projects to build upon.
- Clone the repository
- Run
npm install
oryarn
on the command line
Run the command npm run build
to run webpack in production
mode.
Run the command npm run dev
to run webpack and let it watch for file changes to recompile, when needed.