gitignore and readme

This commit is contained in:
Andrey Shovkoplyas 2018-03-20 11:46:41 +03:00
parent 86509b1712
commit f658bd6267
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
2 changed files with 32 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
# Created by .ignore support plugin (hsz.mobi)

View File

@ -1 +1,32 @@
# 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](http://localhost:3449).
## Production Mode
### Build CLJS:
```
lein build-prod
```
Open `resources/public/index.html` in the browser.