Skip to content

zymsys/Slim-RedBeanPHP-KnockoutJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slim-RedBeanPHP-KnockoutJS

Knockout.JS with Minimal PHP Demo. This is the source code which goes with the talk described at http://www.meetup.com/GTA-PHP-User-Group-Toronto/events/151672182/ - the slides are available at http://www.slideshare.net/zymsys/slim-red-beanphp-and-knockout.

To build the requirements from source will require Composer, Bower, NPM and Grunt:

Once you've got those prerequisites, the following commands should install / build the required libraries:

  composer install
  bower install
  cd bower_components/sinon
  ./build
  cd ../sinon-qunit/
  ./build
  cd ../knockout
  npm install
  grunt

About

Knockout.JS with Minimal PHP Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published