Best seen by running a local node.js server:
$ sudo dnf install npm nodejs-grunt
-
Install dependencies of this project (run within the git checkout):
$ npm install
-
Serve the presentation and monitor source files for changes
$ grunt serve
Optional. If grunt
is not found, you might need to install it explicitly:
$ sudo npm install -g grunt-cli
-
Open http://localhost:8000 to view your presentation
You can change the port by using
grunt serve --port 8001
.