Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 1.62 KB

README.md

File metadata and controls

61 lines (45 loc) · 1.62 KB

slides-flexbox

Flexbox - Frontend Meetup

Structure

  • Flex direction
  • axis understanding
  • Justify-content
  • Align-items
  • Align-content
  • Flex-wrap
  • Flex-shrink
  • Flex-grow
  • Flex-basis
  • Order
  • Use case
  • References

Sources

Installation

Some reveal.js features, like external markdown and speaker notes, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.

  1. Install Node.js

  2. Install Grunt

  3. Clone this repository

  4. Install dependencies

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

    $ grunt serve
  6. Open http://localhost:8000 to view your presentation

    You can change the port by using grunt serve --port 8001.

License

Presentation built with Reveal.js