This demo provides examples for http://jeremypeters.co.uk/blog/an-introduction-to-amd-and-requirejs.
If you don't have npm
installed, make sure you have
node installed. If you don't have bower,
npm install -g bower
.
Run the following to install the application dependencies:
npm install
bower install
To view the app run grunt preview
to start the server, and point your browser to http://127.0.0.1:8000/.