dmarchena / luma

Mobile friendly HTML5 framework for building web apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Luma

Mobile friendly HTML5 framework for building web apps.


This project is still under development and it's unstable.

## Current features

  • HTML boilerplate building (state: stable)
  • CSS postprocessing with PostCSS (state: stable)
    • Autoprefixing
    • Minifying
    • Includes Normalize.css at the top of your CSS.
  • In order to reduce the requests, your Bower components will be packed into your bundle.js and main.css. (state: experimental)
    • The framework will copy your components' images into the dist folder (dist/images/<component-name>/) and it will fix the urls inside their stylesheets.

## Coming features

  • CSS framework based on ArinSass
  • Configuration wizard

## Usage

  1. Clone the git repo
git clone https://github.com/dmarchena/luma.git
  1. Install the dependencies
npm install
  1. Build the sample project with gulp and take a look at the dist folder
gulp
  1. Or just build and launch a local server with
gulp serve

and check the resulting boilerplate at

http://localhost:8080/
  1. Last but not least, contribute! ;)

More documentation soon...

License

This code is available under the MIT license

About

Mobile friendly HTML5 framework for building web apps.

License:MIT License


Languages

Language:JavaScript 57.2%Language:HTML 42.4%Language:CSS 0.4%