D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
escapedcat
Full window
Github gist
basic webpack angularjs example, based on phonecatApp tutorial (phonecat)
<!doctype html> <html lang="en" ng-app="phonecatApp"> <head> <meta charset="utf-8"> <title>Google Phone Gallery</title> <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css"> <link rel="stylesheet" href="css/app.css"> <link rel="stylesheet" href="css/animations.css"> <script src="js/bundle.js"></script> </head> <body> <div class="view-container"> <div ng-view class="view-frame"></div> </div> </body> </html>