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.
- Clone the repository:
git clone https://github.com/PEM--/hellofamousgulped
- Hop into it:
cd hellofamousgulped
- Install the Bower dependencies:
bower install
- Install the Node dependencies:
npm install
- Launch the watch task:
gulp watch
I've created a tutorial that you can read on my blog: Famo.us with Gulp.js and Browerify in CoffeeScript