项目作者: renie

项目描述 :
Dive into ES6
高级语言: JavaScript
项目地址: git://github.com/renie/presentation-es6.git
创建时间: 2018-01-30T13:04:36Z
项目社区:https://github.com/renie/presentation-es6

开源协议:MIT License

下载


Dive into ES6

Running

  1. Install Node.js (4.0.0 or later)

  2. Clone this repo

    1. $ git clone git@github.com:renie/presentation-es6.git
  3. Navigate to the ‘presentation-es6’ folder

    1. $ cd presentation-es6
  4. Install dependencies

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

    1. $ npm start
  6. 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)

License

MIT licensed