Skip to content

Files

css-modules

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 9, 2018
Dec 11, 2015
May 9, 2018
May 9, 2018
Oct 31, 2018
Jan 5, 2023
May 9, 2018
May 9, 2018
May 9, 2018
May 9, 2018
May 9, 2018
Jan 5, 2023

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