Code Monkey home page Code Monkey logo

eeze's Introduction

#Eeze v0.6

##What
Eeze is a clean slate for front end developers creating custom applications. Easy access to mix and match all your favorite open source libraries like bootstrap, font awesome, lesshat, etc.

##Why We’ve included the most common building blocks and base file structure for a new application's view layer. There are no base preset styles to work around, delete, or overwrite. Just clone the app, choose your presets, and start writing your code in seconds.

##How There are a few base files for you to work with... We use these to mix and match libraries we'd like to use to create our app. Want fontawesome icons, bootstrap grids, and lesshat mixins? No problem! By selecting the building blocks you want to use and commenting out the others you can quickly build the foundation of your app.

  • images/ - where you put your images
  • javascripts/
    • base-library/
      • bootstrap/ - bootstrap js files
      • flat-ui/ - flat-ui js files
  • stylesheets/
    • fonts/
      • flat-ui-icons/
      • fontawesome/
      • gibson/
      • iconic/
      • lato/
    • less/
      • app-styles/
        • application.less - empty to start - this is where you write all your base application styles.
        • elements.less - empty to start - this is where you add all your base element styles.
        • media-queries.less - sets up your media queries
        • variables.less - empty to start - this is where you define color variables, font variables, etc
      • base-library/
        • bootstrap/ - bootstrap less files
        • flat-ui/ - flat-ui bootstrap theme less files
        • grids/ - grid system includes
        • icons/ - icon font less files
        • mixins/ - less mixins and reusables
        • reset/ - css resets and normalize
      • app.less - compiles the styles you have declared into app.css
      • base.less - compiles your custom base.css file
      • bootstrap.less - compiles your own version of bootstrap.css
      • flat-ui.less - compiles your own version of flatui.css
      • fonts.less - compiles your custom fonts.css file
    • app.css - out of the box compiled CSS (doesn't look like much, it shouldn't until you write this part.)
    • base.css - mix and match reusables, grids, normalize or reset, etc
    • fonts.css - fontawesome, or whatever other icon fonts and custom web fonts you declare
  • base.html - base elements of a modern front end HTML5 template, ready to go!

##Writing/Updating Included CSS Files

###app.css:

  • Edit the imports to suit your preferences in stylesheets/less/app.less
    • Select Less Mixins for easier x-browser CSS3
    • Include your Less Variables
    • YOUR CUSTOM WRITTEN Application Styles
  • From the Eeze directory in your terminal run:
    • lessc stylesheets/less/app.less > stylesheets/app.css

###base.css: This is all the foundational css that frees you up to create your custom css.

  • Edit the imports to suit your preferences in stylesheets/less/base.less
    • Select a CSS reset or Normalize
    • Add a grid like boostrap or foundation
      • Customize your bootstrap grid columns, gutters, etc in stylesheets/less/grids/bootstrap-reqs.less
    • Include generic reusable classes
  • From the Eeze directory in your terminal run:
    • lessc stylesheets/less/base.less > stylesheets/base.css

###bootstrap.css: You would use bootstrap.css in place of base.css in the base.html template if you're using the entire bootstrap framework. Otherwise, if you just want grids you could use them from base.less

  • Edit the imports to suit your custom bootstrap needs in stylesheets/less/bootstrap.less
  • From the Eeze directory in your terminal run:
    • lessc stylesheets/less/bootstrap.less > stylesheets/bootstrap.css

###fonts.css:

  • Edit the imports to suit your preferences in stylesheets/less/fonts.less
    • Webfonts
    • Icon Fonts (some common open ones included with base library)
      • Font Awesome
      • Open Iconic
  • From the Eeze directory in your terminal run:
    • lessc stylesheets/less/fonts.less > stylesheets/fonts.css

##Project Info:

Eeze front-end application starter kit
by Wil Everts (@cousinwil)
http://eeze.us
Version 0.6 - 10/18/2014
Version 0.3 - 9/21/2012

Copyright 2014, Willaim Paul Everts II Dual licensed under the MIT or GPL Version 2 licenses.

eeze's People

Contributors

cousinwil avatar oscargodson avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

tenji240

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.