Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 511 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 511 Bytes

Web Components

Web Components presentation.

Full setup

  1. Install Node.js (4.0.0 or later)
  2. Clone the repository
    $ git clone https://github.com/filipi87/webcomponents-revealjs.git
  3. Navigate to the folder
    $ cd webcomponents-revealjs
  4. Install dependencies
    $ npm install
  5. Serve the presentation and monitor source files for changes
    $ npm start
  6. Open http://localhost:8000 to view the presentation.