Skip to content

Latest commit

 

History

History
 
 

css-modules

bootstrap-loader-css-modules-example

### 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