Bootstrap reboot
npm install bootstrap-rebootIt is a copy of https://github.com/twbs/bootstrap/blob/master/scss/_reboot.scss
``bash`
npm i bootstrap-reboot
`scss
// Override some default values in src/_variables.scss
$body-bg: #f5f5f5;
$link-color: #f00;
// Import bootstrap-reboot
@import '~bootstrap-reboot';
`
bootstrap-reboot uses the same version as which version of bootstrap it comes from
---
folder`bash``
npm install
npm start
vist http://localhost:8080
NOTE:
You need to reload preview page manually when any file is changed