Go to file
Jakub Sokołowski f1ccdd78d0 add MIT license
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-04-01 10:23:50 +02:00
resources/public web3 injection 2018-08-20 17:48:56 +03:00
src Use promise resolve value instead of global var 2020-03-23 14:59:36 +01:00
.gitignore Added deep-links tab 2019-05-03 14:28:31 +02:00
LICENSE add MIT license 2020-04-01 10:23:50 +02:00
README.md Added details about deployment 2019-05-06 11:01:18 +02:00
package-lock.json Initial commit 2018-03-20 11:38:33 +03:00
package.json add MIT license 2020-04-01 10:23:50 +02: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.

Deploy

lein build-prod
cp resources/public/js/compiled/app.js ../status-im.github.io/src/dapp/js/compiled/app.js