Giter Club home page Giter Club logo

sdmhf's Introduction

SDMHF - Super Duper Micro Html Framework

What is it? Basically if you are tired of react, angular or whatever you use and just want simple HTML boilerplate you can use SDMHF which is just couple of gulp commands to help you automate whole process while being able to use partials/components.

Folder structure

    /img
        here you add your images
    /css
        here you add your css files
    /js
        here you add your js files
    /html
        html goes here
    /html/partials
        your html partials

How to use?

Html

To include a partial just do for example @@include('partials/_nav.html') for more informations go to https://github.com/coderhaoxin/gulp-file-include

CSS & JS

Add any files to bundle and minify them in alphabetical order.

End result

After bundling everything goes to '/bundle' folder.

Installation

To do before
Install `http-server` with `npm install http-server -g`

Then:

  1. Open terminal and go to your project folder
  2. Use command to install npm install
  3. Then use command gulp to run project
  4. Open browser at http://localhost:8080/build

Changelog

1.0.0

-first release

sdmhf's People

Contributors

xoxoxo avatar

Stargazers

 avatar Daniel Studziński avatar Charles Rodriguez avatar

Watchers

 avatar

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.