Slides for JavaScript meetup Aurelia presentation.
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.
git add .
git commit -m "description of whatever you changed"
git push
Verify at http://danielabar.github.io/aurelia-presentation
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
- Install Node.js
- Run
npm install
- Run
node plugin/notes-server