Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 652 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 652 Bytes

React Sessions Episode II

Installation

  1. Install dependencies

    $ yarn install
  2. Serve the presentation and monitor source files for changes

    $ yarn start

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

Folder Structure

  • css/ Core styles
  • img/ Images used in the slides
  • js/ Core JavaScript files
  • lib/ All other third party assets (JavaScript, CSS, fonts)
  • plugin/ Components that have been developed as extensions to reveal.js
  • slides/ The markdown slides
  • test/ JavaScript unit tests

License

MIT licensed

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