项目作者: Yonet

项目描述 :
D3.JS version 4.0 slides for Modern Web/ AngularJs meetup at Google.
高级语言: JavaScript
项目地址: git://github.com/Yonet/d3-v4-slides.git
创建时间: 2016-08-23T23:43:45Z
项目社区:https://github.com/Yonet/d3-v4-slides

开源协议:MIT License

下载


d3-v4-slides

D3.js version 4.0 slides for ModernWeb/AngularJS meetup

You can view the slides at bit.ly/d3-v4

Setup

  1. Clone the d3-v4-slides repository

    1. $ git clone https://github.com/Yonet/d3-v4-slides.git
  2. Navigate to the d3-v4-slides folder

    1. $ cd d3-v4-slides
  3. Install dependencies

    1. $ npm install
  4. Serve the presentation and monitor source files for changes

    1. $ npm start
  5. Open http://localhost:8000 to view your presentation

    You can change the port by using npm start -- --port 8001.

Folder Structure

  • css/ Core styles without which the project does not function
  • js/ Like above but for JavaScript
  • plugin/ Components that have been developed as extensions to reveal.js
  • lib/ All other third party assets (JavaScript, CSS, fonts)
  • **demo.html Demo app

License

MIT licensed

Copyright (C) 2016 Hakim El Hattab, http://hakim.se