Use one of .bootstraprc-X-example
configs to test different versions of Bootstrap.
### Install deps
npm i
### Run dev server with hot reloading
# Bootstrap 3
npm run bs3:dev
# Bootstrap 4
npm run bs4:dev
### Run production server
# Bootstrap 3
npm run bs3:prod
# Bootstrap 4
npm run bs4:prod