A SCSS boilerplate for any kind of web-based project.
- Modular design
- Normalize SCSS
- SASS mq for Media Queries with superpowers
- Modularscale SASS for your typo
- Webpack to compile & optimize your SCSS
-
Install NodeJS if not already done. You can get it here
-
Get the stylelint extension for your editor of choice. You can find a list of them here
-
Clone this repo &&
cd
into it -
Inside a terminal run
npm install && npm start
.
serve
: Watches your src files and rebuilds on changesbuild
: Generates a development buildbuild:prod
: Generates an optimized production build
The bundle.js
file can be fully ignored!