This repository contains applications in order to show some of the most important features in RiotJs.
To run these applications you should follow these steps:
- Install the package manager for NodeJs (NPM).
- Install bower to manage dependencies with the command npm install -g bower
- Install live-server to serve your the application with the command npm install -g live-server
- Move to the root directory of the application you want to deploy and execute the next two commands:
- bower install
- live-server --entry-page=index.html