# Front-End

## Languages

#### [HTML (Hyper Text Markup Language)](http://www.w3schools.com/html/)
> A markup language that uses tags to describe web pages.

#### [Sass](http://sass-lang.com)
> Sass is a scripting language that is interpreted into Cascading Style Sheets (CSS)

#### [CoffeeScript](http://coffeescript.org)
> An object-oriented computer programming language commonly used to create interactive effects within web browsers.


#### [JSON](http://www.json.org)
> An open standard format that uses human-readable text to define data objects.

## Tools

#### [Gulp](http://gulpjs.com)
> A node.js streaming build system for frontend projects.

#### [DPLOY](http://leanmeanfightingmachine.github.io/dploy/)
> DPLOY is an FTP/SFTP deployment tool built in node.js


## Main Libraries

#### [Ractive.js](http://ractivejs.org/)
> It's a JavaScript library for building reactive user interfaces in a way that doesn't force you into a particular framework's way of thinking.
