simpledapp.eth
https://simpledapp.status.im/
f8e8b6e2dd | ||
---|---|---|
resources/public | ||
src | ||
.gitignore | ||
README.md | ||
package-lock.json | ||
package.json | ||
project.clj | ||
webpack.config.js |
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.