Starting code for a sass static site. Contains:
- Folders and basic files organized after the ITCSS architecture principles
- An npm task runner for compile and watch (start), and for build with autoprefixer and css min. (build:css)
npm install
npm run start
npm install
npm run build:css