Coder Social home page Coder Social logo

markupboilplate's Introduction

markupBoilplate

created by Vadym Semenets

Welcome to HTMLBoilplate page!

It is a small and hot boilplate which allows you to quick start to develop html/css/sass project. It uses gulp task-runner as well.

For quick start you need to fork this repository and then execute few commands.

  npm install 

After executing this command you will see npm_modules folder in your project. Next one will be:

  bower install

This command will installed all packages for frontend part of your project. It is jquery library on default. All next packages you will need you might to install by command:

  bower install <package name> --save

Congratulations! You have all modules on your local machine in order to start to work! To run your project on localhost you need to run gulp command. Let's go!

  gulp

ENJOY!


STRUCTURE OF THE PROJECT

├── dist   // distribution catalog which is the result of compiling
│   ├── css
│   │   └── main.css  // contains compiled and minified css code from all .scss files of src folder
│   ├── js
│   │   └── main.js   // contains minified javascript code from all .js files of src folder
│   ├── img
│   └── index.html
|
├── src
│   ├── img
│   ├── js
|   |   └── app.js 
|   |   └── main.js  // includes imports of all .js files from js catalog
│   ├── style
|   |     └── base
|   |     |     └── _reset.scss  // common file for basic html styles.
|   |     └── main.scss // includes imports of all .scss files from style catalog
│   ├── partials
|   |     └── _header.html
|   |     └── _footer.html
│   └── index.html
|
├── bower_components
├── node_modules
├── gulpfile.js
├── package.json
└── .gitignore

The project includes 2 folders only. There are src and dist folders. You will work in src folder only. dist folder contains compiled and minified code you had written in files from src folder. Compilling, minification, image compression and other tasks executes our gulp runner.

markupboilplate's People

Contributors

vadymsem avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

borisburbon

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.