-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
17 lines (15 loc) · 1.06 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 .