tpaixao / dAppTest

A first attempt at building a dApp with RiotJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 

About

A first attempt at building a dApp with RiotJS


Languages

Language:JavaScript 70.3%Language:HTML 29.7%