git clone https://github.com/objectiveweb/skeleton.git
cd skeleton
bower install
If you're running apache, visit http://server/skeleton to check your initial app.
If you don't have a local apache installation, run
python -m SimpleHTTPServer 8080
to export the current directory on port 8080, then visit http://localhost:8080/app/index.html on your browser of choice.
For detailed examples, please check the Metaproject Generator and the Building Skeleton post