html5, scss and js gulp boilerplate for fast prototyping
Open your terminal and type in
$ git clone https://github.com/Yilber/html5-css-js-boilarplate.git
$ cd html5-css-js-boilarplate
Install all the packages
$ npm install
html5-css-js-boilarplate
├── src
│ ├── images
│ ├── js
│ │ └── main.js
│ ├── pages
│ │ └── index.html
│ └── scss
│ └── style.scss
├── .babelrc
├── .editorconfig
├── .eslintrc
├── config.js
├── gulpfile.js
├── LICENSE
├── package-lock.json
├── package.json
├── README.md
└── server.js
Like what you see? Keep me awake at night by buying me a coffee or two.
Copyright (c) 2020 Yilber Mejia.
Usage is provided under the MIT License. See LICENSE for the full details.