Giter Club home page Giter Club logo

dataviz-dojorandori's Introduction

DataViz-DojoRandori

DataViz Dashboard Example & [email protected] - Dojo Randori

To start the app to develop locally

  git clone https://github.com/Pelirrojo/DataViz-DojoRandori.git
  bower i
  npm i
  npm run serve
  
  # Open your browser at: http://localhost:3000

To start the server

  cd server
  npm i express
  npm i cors
  node index

To run a project seed similar

    npm install -g yo
    npm install -g generator-fountain-webapp
    npm install -g generator-fountain-angular1
    mkdir my-new-project && cd my-new-project
    yo fountain-angular1
    
  bower install angular-bootstrap --save
  bower install [email protected] --save
  bower install [email protected] --save
  bower install [email protected] --save
  
  # add 'ui.bootstrap' to src/app/index.js
  # add dependenccies to src/index.scss
  

To add D3 & NVD3

  bower install d3@3 --save
  bower install [email protected] --save
  bower install angular-nvd3 --save
  
  # add 'nvd3' to src/app/index.js
  
  # Add JS * CSS files to index.html
  # <link rel="stylesheet" href="../bower_components/nvd3/build/nv.d3.min.css">
  
  # <script src="../bower_components/d3/d3.min.js"></script>
  # <script src="../bower_components/nvd3/build/nv.d3.min.js"></script> <!-- or use another assembly -->
  # <script src="../bower_components/angular-nvd3/dist/angular-nvd3.js"></script>
  
  # use at controller with data & options  
  

To add leaflet

 
  bower i leaflet-directive --save
  
  # add 'leaflet-directive' to src/app/index.js
  
  # Add JS * CSS files to index.html  
  # <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.1/leaflet.css">
  
  # <script src="http://cdn.leafletjs.com/leaflet-0.7.1/leaflet.js"></script>
  # <script src="../bower_components/angular-leaflet-directive/dist/angular-leaflet-directive.min.js"></script>
  
  # use at controller with center & options
  

dataviz-dojorandori's People

Contributors

dangonzalvo avatar gitainhoa avatar oscarpulido55 avatar pelirrojo avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.