0.3.0 • Published 10 years ago

generator-saloon v0.3.0

Weekly downloads
2
License
Apache 2
Repository
github
Last release
10 years ago

generator-saloon

Build Status

Yeoman + Cowboy = Saloon !

Saloon is a yeoman generator for building cowboy-based web app.

A saloon contains:

  • Backend:
  • Frontend:
    • Angular.js, with some fancy modules: route, touch, resource (see priv/www/bower.json);
    • Bower for managing Javascript dependancies;
    • Bootstrap SASS for easy HTML
  • Build system: GNU make + erlang.mk

Dependencies

  • yeoman-generator >= 0.18.0
  • mustache >= 2.2.1
  • bower
  • GNU make

Quickstart

  1. Install npm (see nvm for easy Node.js + npm install)
  2. Install yeoman and this generator
$ npm install -g yo generator-saloon
  1. Create a folder for your app
$ mkdir $HOME/myapp
  1. Call yeoman to create your app:
$ cd $HOME/myapp && yo saloon
  1. You can now build your app and start it:
$ make && ./start.sh
  1. You app is running and accessible on port 8080.
0.3.0

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago