1.0.0 • Published 4 years ago

create-html-sass-boiletplate v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Create HTML/Sass Boilerplate

How to

npx create-html-sass-boilerplate my-app
cd my-app

Get started

Generate a basic folder structure for you're next project

my-app
├── index.html
├── css
│   ├── style.css => has to be genereted with "sass --watch scss/main.scss css/style.css"
├── scss
│   ├── base
│       ├── _colors.scss
│       ├── _default.scss
│       ├── _fonts.scss
│   ├── layout
│       ├── _Header_.scss
│       ├── _Hero.scss
├── js
│   ├── main.js
├── assets
│   ├── icons
│   ├── images
├── pages
1.0.0

4 years ago