Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 754 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 754 Bytes

Introduction

This is a simple Hello World using Famo.us. It can be used as a template for developing HTML5 apps using this framework.

It uses: Gulp, Browserify, Jade, Sass, CoffeeScript. It comes with a nice livereload server.

How to use it

  1. Clone the repository: git clone https://github.com/PEM--/hellofamousgulped
  2. Hop into it: cd hellofamousgulped
  3. Install the Bower dependencies: bower install
  4. Install the Node dependencies: npm install
  5. Launch the watch task: gulp watch

A simple tutorial

I've created a tutorial that you can read on my blog: Famo.us with Gulp.js and Browerify in CoffeeScript