Skip to content

victorlava/front-end-boilerplate-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hybrid front-end/html boilerplate with SASS and Live Reload. Works well for one pagers/landing pages. Includes structured SASS with basic OOCSS.

Features

  • Grunt
  • SASS
  • Live Reload
  • Bootstrap-4.0.0

Getting started

Take a look a the directory structure below and then proceed with the instructions on how to setup your first project.

Directory Structure

  1. scss (style files)
    1. 01-components
    2. 02-partials
    3. 03-pages
    4. 04-base
    5. 05-bootstrap
    6. style.scss
  2. js (unminified JS files)
  3. www
    1. css
    2. js (minified JS files)
    3. index.html

Install global dependencies

  1. Node.js
  2. Ruby
  3. Grunt.js

How to start new project

  1. Open terminal
    1. Clone or download this repository git clone git@github.com:victor-lava/front-end-boilerplate.git
    2. Open the project cd project_folder/
    3. Install the required node packages npm install
    4. Launch the grunt watch task grunt watch
  2. Open index.html on your browser

How to minify files

  1. Open the project cd project_folder/www
  2. Launch grunt production task grunt production

Author

Full-stack web developer from Europe - Victor Lava.

Visit my website here - victorlava.com

License

MIT

Copyright (c) <2017> <Victor Lava info@victorlava.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Credits

Borrowed some ideas from Gergely Kovács.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published