Skip to content

Latest commit

 

History

History

css-modules

bootstrap-loader-css-modules-example

### Install deps, this will run the postinstall script installing dev version
yarn install

### Run dev server with hot reloading

# Bootstrap 3
yarn run bs3:dev
# Bootstrap 4
yarn run bs4:dev

### Run production server

# Bootstrap 3
yarn run bs3:prod
# Bootstrap 4
yarn run bs4:prod