The result application contain the nav section which can be used for switching between 3 routes:
- Root, where you can select current deck
- Slide, where you can start viewing the slides
- Stats, where you can see the statistics
Keep in mind that before you've selected the deck, the 'slide' and 'stats' buttons are disabled.
- Extract zip
- Open terminal in extracted folder and run
npm install
- Run
npm start
- navigate to
http://localhost:3000
If you see any errors in the console, try to
- Move to ./public
- Run
bower install
- Run
cd ../ && gulp
- Run
node index.js