0.0.24 • Published 11 years ago

springbokjs v0.0.24

Weekly downloads
62
License
-
Repository
github
Last release
11 years ago

Dependencies

  • imagemagick - in debian based distribution install with

    apt-get install imagemagick

Clone repository

    git clone https://github.com/christophehurpeau/SpringbokJS.git springbokjs
    cd springbokjs
    git submodule init && git submodule update

Launch Todo Webapp

    cd springbokjs
    make
    

Then, in an other terminal :

    cd samples/todowebapp
    make