All Projects → IcaliaLabs → Furatto

IcaliaLabs / Furatto

Licence: mit
It's a flat, fast and powerful front-end framework for rapid web development.

Projects that are alternatives of or similar to Furatto

Alom
Alom is the lighest, simplest framework ever
Stars: ✭ 33 (-96.12%)
Mutual labels:  framework, web-development, sass
Mini.css
A minimal, responsive, style-agnostic CSS framework!
Stars: ✭ 2,938 (+245.65%)
Mutual labels:  framework, web-development, sass
Gulp Scss Starter
Frontend development with pleasure. SCSS version
Stars: ✭ 339 (-60.12%)
Mutual labels:  web-development, sass
Tentcss
🌿 A CSS survival kit. Includes only the essentials to make camp.
Stars: ✭ 400 (-52.94%)
Mutual labels:  framework, sass
Inkline
Inkline is the customizable Vue.js UI/UX Library designed for creating flawless responsive websites.
Stars: ✭ 606 (-28.71%)
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 (-68.71%)
Mutual labels:  framework, sass
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 (-61.41%)
Mutual labels:  web-development, sass
Ngx Admin
Customizable admin dashboard template based on Angular 10+
Stars: ✭ 23,286 (+2639.53%)
Mutual labels:  framework, sass
Rocket
A web framework for Rust.
Stars: ✭ 15,760 (+1754.12%)
Mutual labels:  framework, web-development
Vuesax Next
Vuesax v4: framework components for Vuejs
Stars: ✭ 773 (-9.06%)
Mutual labels:  framework, sass
Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (-15.76%)
Mutual labels:  web-development, sass
Primitive
⛏️ ‎ A front-end design toolkit for developing web apps.
Stars: ✭ 783 (-7.88%)
Mutual labels:  framework, sass
Unnamed Css Framework
A simple colorful CSS framework
Stars: ✭ 249 (-70.71%)
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 (+309.06%)
Mutual labels:  framework, web-development
Barekit
A bare minimum responsive framework
Stars: ✭ 201 (-76.35%)
Mutual labels:  framework, sass
Siimple
The minimal CSS toolkit for flat and clean designs
Stars: ✭ 502 (-40.94%)
Mutual labels:  flat, sass
Gmdjs
Grid Material Design
Stars: ✭ 24 (-97.18%)
Mutual labels:  framework, sass
Musubii
Simple CSS Framework for JP
Stars: ✭ 138 (-83.76%)
Mutual labels:  framework, sass
Wireframe
minimal wireframing css-framework 🎈
Stars: ✭ 146 (-82.82%)
Mutual labels:  framework, sass
Whs.js
🚀 🌪 Super-fast 3D framework for Web Applications 🥇 & Games 🎮. Based on Three.js
Stars: ✭ 5,685 (+568.82%)
Mutual labels:  framework, web-development

Furatto

Gitter Code Climate Issue Count

Furatto is a lightweight & friendly front-end framework got get the job done, created and maintained by Abraham Kuri from Icalia Labs.

To get started, checkout:

http://icalialabs.github.io/furatto/

Table of contents

Quick start

Using Furatto is extremely easy, we've provided three quick start options:

We recommend you read the Getting started guide for information about the contents, caveats and more.

Bug tracker & feature request

Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues.

We recommend you to read the version milestiones if you feel like want to collaborate.

Documentation

Furatto's documentation is built using Jekyll and publish thorugh Github pages at http://icalialabs.github.io/furatto/. You should be able to run them locally.

Running documentation locally

  1. You need to install Jekyll or run bundle install
  2. From the root of the project furatto/ run jekyll serve --watch from the command line, this way if you change any file jekyll will generate that for you.
  3. Open http://localhost:9001/furatto and you are good to go.

Jekyll is a great way to work with static pages, we definitely recommend you take a look at the documentation.

Old documentation

We still provide support for version 1 and 2 as it is a big change from one to another, you can visit the old docs V1 and V2.

We encourage you to migrate to version 3 as is a more stable, friendly and extendable version.

Compiling CSS and JavaScript

Furatto V3 now uses Grunt to compile all the Sass code and start working with the framework. Before getting started you need to add the necessary dependencies:

Installing Grunt

From the command line:

  1. Install grunt-cli globally with npm install -g grunt-cli.
  2. Navigate to the root /furatto directory, then run npm install. npm will look at package.json and automatically install the necessary local dependencies listed there.

If you need to install npm, or you are not quite sure what it is, here is a quick link for you to get started. NPM

Available Grunt tasks

Some of the grunt tasks are:

Build - grunt

This task will build the whole framework, which means, sass compilation, coffeescript compilation, dist directory creation, compression of files and more.

Workflow

We have a very useful workflow to work with Furatto and Grunt:

  1. Run jekyll serve --watch from the command line on the root folder furatto/
  2. In another terminal run grunt watch, which will be pending of any change on any coffeescript or sass file. It will compile everything up and deliver it to Jekyll, which by receiving the change will regenerate the necessary files.

We also include livereload to reload when the watch task is over, for more info refer to the our Gruntfile

Using Rails?

A gem to integrate with Furatto is well maintain by @kurenn, this will help you start coding your front end right away. Here is the gem

Contributing

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

In case you are wondering what to attack, we hnow have a milestone with the version to work, some fixes and refactors. Feel free to start one.

Thanks!

Community

Keep track of new feautres, development issues and community news.

Using Furatto?

We will love to hear wheter you are using Furatto for testing, prototyping or online sites, checkout who is in already here

Heroes

Abraham Kuri

Copyright and license

Code and documentation copyright 2013-2014 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].