You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Install deps
npm i
### If doing hacking on the loader# npm run install-local### Run dev server with hot reloading# Bootstrap 3
npm run bs3
# Bootstrap 4
npm run bs4
### Run production server# Bootstrap 3
npm run bs3:prod
# Bootstrap 4
npm run bs4:prod
# Note, there is no `no config` option as these examples do not use jQuery and the default config requires it.# npm run bs:no-config# Run default configs
npm run bs3:default:dev
npm run bs4:default:dev
npm run bs3:default:prod
npm run bs4:default:prod