Go to file
Julien Eluard f8e8b6e2dd Added deep-links tab 2019-05-03 14:28:31 +02:00
resources/public web3 injection 2018-08-20 17:48:56 +03:00
src Added deep-links tab 2019-05-03 14:28:31 +02:00
.gitignore Added deep-links tab 2019-05-03 14:28:31 +02:00
README.md gitignore and readme 2018-03-20 11:46:41 +03:00
package-lock.json Initial commit 2018-03-20 11:38:33 +03:00
package.json Initial commit 2018-03-20 11:38:33 +03:00
project.clj added filters and signed message 2018-06-27 10:19:20 +03:00
webpack.config.js Initial commit 2018-03-20 11:38:33 +03:00

README.md

status-dapp

Simple Dapp

Installation:

npm install
npm run build

Development Mode

Run application:

lein figwheel-repl

Figwheel will automatically push cljs changes to the browser.

Wait a bit, then browse to http://localhost:3449.

Production Mode

Build CLJS:

lein build-prod

Open resources/public/index.html in the browser.