/dAppTest

A first attempt at building a dApp with RiotJS

Primary LanguageJavaScript

Building a dApp

Dependencies

Install nodeJS dependencies.

npm install -g riot
npm install -g bower
npm install -g http-server

Also, I am using bower:

bower install riot

Building:

// starts a server
http-server 
// builds all custom tags 
// and places them in alltags.js
riot tags/ tags/alltags.js