All Projects → IcaliaLabs → Alom

IcaliaLabs / Alom

Licence: mit
Alom is the lighest, simplest framework ever

Projects that are alternatives of or similar to Alom

Mini.css
A minimal, responsive, style-agnostic CSS framework!
Stars: ✭ 2,938 (+8803.03%)
Mutual labels:  framework, web-development, sass, responsive
Ngx Admin
Customizable admin dashboard template based on Angular 10+
Stars: ✭ 23,286 (+70463.64%)
Mutual labels:  framework, sass, responsive
Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (+2069.7%)
Mutual labels:  web-development, sass, responsive
Furatto
It's a flat, fast and powerful front-end framework for rapid web development.
Stars: ✭ 850 (+2475.76%)
Mutual labels:  framework, web-development, sass
Tentcss
🌿 A CSS survival kit. Includes only the essentials to make camp.
Stars: ✭ 400 (+1112.12%)
Mutual labels:  framework, sass
Gulp Scss Starter
Frontend development with pleasure. SCSS version
Stars: ✭ 339 (+927.27%)
Mutual labels:  web-development, sass
Responsive Html Email Signature
Template generator for (responsive) emails & email signatures ✨
Stars: ✭ 525 (+1490.91%)
Mutual labels:  sass, responsive
Waffle Grid
An easy to use flexbox grid system.
Stars: ✭ 602 (+1724.24%)
Mutual labels:  sass, responsive
Inkline
Inkline is the customizable Vue.js UI/UX Library designed for creating flawless responsive websites.
Stars: ✭ 606 (+1736.36%)
Mutual labels:  framework, sass
Whs.js
🚀 🌪 Super-fast 3D framework for Web Applications 🥇 & Games 🎮. Based on Three.js
Stars: ✭ 5,685 (+17127.27%)
Mutual labels:  framework, web-development
Primitive
⛏️ ‎ A front-end design toolkit for developing web apps.
Stars: ✭ 783 (+2272.73%)
Mutual labels:  framework, sass
Kore
Kore (https://kore.io) is an easy to use web application platform for writing scalable web APIs in C. Its main goals are security, scalability and allowing rapid development and deployment of such APIs.
Stars: ✭ 3,477 (+10436.36%)
Mutual labels:  framework, web-development
Pug Starter
Simple pug (jade) starter [framework] enabling faster delivery of HTML & CSS projects to a private server and/or automatic deployment of GitHub pages.
Stars: ✭ 328 (+893.94%)
Mutual labels:  web-development, sass
Responsiveframework
Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/
Stars: ✭ 476 (+1342.42%)
Mutual labels:  framework, responsive
Vuesax Next
Vuesax v4: framework components for Vuejs
Stars: ✭ 773 (+2242.42%)
Mutual labels:  framework, sass
Gaintime
GainTime é um framework de HTML, CSS e JS para desenvolvimento de projetos responsivos, focado na simplicidade.
Stars: ✭ 19 (-42.42%)
Mutual labels:  framework, sass
Crumpet
Crumpet is a deliciously simple SASS/SCSS responsive framework that keeps your HTML clean & stays out of your way.
Stars: ✭ 266 (+706.06%)
Mutual labels:  framework, sass
Unnamed Css Framework
A simple colorful CSS framework
Stars: ✭ 249 (+654.55%)
Mutual labels:  framework, sass
Framevuerk
Fast, Responsive, Multi Language, Both Direction Support and Configurable UI Framework based on Vue.js.
Stars: ✭ 252 (+663.64%)
Mutual labels:  framework, responsive
Gmdjs
Grid Material Design
Stars: ✭ 24 (-27.27%)
Mutual labels:  framework, sass

Alom

Code Climate Issue Count

Alom is the lighest, simplest framework ever, it will help you to kick up your project without interfering with any style, it is designed to make your life simpler and to help you deal with all the responsive stuff.

To get started, checkout:

http://icalialabs.github.io/alom/

Table of contents

Getting started

Using Alom is extremely easy, we've provided two quick start options:

We recommend you read the documentation for information about the class names and its implementation.

Running the framework

Locally

Make sure you have nodejs installed.

To use alom all you have to do is:

Alom depends on Gulp to run, so make sure you install it first. You can find installation instructions here.

After installing gulp, you need to install gulp-coffee by running:

% npm install gulp-coffee

Then:

  1. Clone the repo: git clone [email protected]:IcaliaLabs/alom.git.
  2. Change to the directory cd alom
  3. Run npm install.
  4. And finally run gulp.

The last command will open a browser tab with http://localhost:3014.

Using docker

To run alom using docker you only need to install docker.

After installing docker, you can run:

% docker-compose up -d

It may take a few seconds before you can actually see something at http://localhost:3014.

Documentation

You can find the documentation on how the framework works at https://icalialabs.github.io/alom/

Contributing

Please submit all pull requests against a separate branch. Please follow the standard for naming the variables, mixins, etc.

We use scss-lint to check for code styling, you can install it via the Gemfile by running bundle install

Make sure you have all the linting passing.

Thanks!

License

Code and documentation copyright 2016 Icalia Labs. Code released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].