Go to file
Serhy fb209b74d0 Updated rinkeby donate host 2018-08-09 10:32:13 +03:00
resources/public Initial commit 2018-03-20 11:38:33 +03:00
src Updated rinkeby donate host 2018-08-09 10:32:13 +03:00
.gitignore gitignore and readme 2018-03-20 11:46:41 +03: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.