/aurelia-presentation-js-meetup

Slides for JavaScript meetup presentation on Aurelia and ES2015

Primary LanguageJavaScript

Aurelia Presentation

Slides for JavaScript meetup Aurelia presentation.

Develop

Make sure Node.js is installed and global grunt npm install -g grunt-cli.

git clone git@github.com:danielabar/aurelia-presentation.git
cd aurelia-presentation
npm install
grunt serve

(yes default branch is gh-pages for simplicity)

This will open a browser window at http://localhost:8000/#/.

Edit slides in index.html. The grunt serve task watches for changes and livereloads in the browser.

Alternatively, if you don't want to use grunt, any other static server can be used such as python -m SimpleHTTPServer or npm install -g http-server and then run http-server from project root.

Publish

git add .
git commit -m "description of whatever you changed"
git push

Verify at http://danielabar.github.io/aurelia-presentation

reveal.js

Slides are built using the reveal.js framework. For examples of all the features possible, see http://localhost:8000/example.html, and source.

Also see the reveal.js docs

Presenting

  1. Install Node.js
  2. Run npm install
  3. Run node plugin/notes-server