Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 644 Bytes

File metadata and controls

23 lines (16 loc) · 644 Bytes

Metaproject Skeleton

Installing

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