flo-c/Blog
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
The Blog repository gathers the code examples described in my Blog Dev Side Stories http://devsidestories.blogspot.fr/ . This repository contains: * slidingpanelmenu folder http://devsidestories.blogspot.com/2013/12/sliding-panel-menu.html * angularrickshaw folder http://devsidestories.blogspot.com/2014/01/rickshaw-toolkit-in-angularjs.html * d3introduction folder http://devsidestories.blogspot.com/2014/01/introduction-to-d3js.html * pdfapp folder http://devsidestories.blogspot.com/2014/03/generating-pdf-from-client-side-with.html * firebaseangularapp folder (do not forget to change the 'FIREBASE_URL' constant in the firebasemodule.js file) http://devsidestories.blogspot.com/2014/04/implementing-login-with-firebase-and.html * pegjsapp folder http://devsidestories.blogspot.com/2014/07/using-pegjs-parser-as-client-side-parser.html In each folder, you can install dependencies with "npm install" command. Then you are able to run the example of the folder with "grunt int-build" command and then target the url http://localhost:8888 .