This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-react
mirror of
https://github.com/status-im/status-react.git
Watch
2
Star
0
Fork
You've already forked status-react
0
Code
Issues
Projects
Releases
Wiki
Activity
9d21cf143e
status-react
/
env
/
dev
/
run.clj
6 lines
79 B
Clojure
Raw
Normal View
History
Unescape
Escape
Fixed android build script. Upgraded to latest dependencies and removed useless plugins.
2018-01-17 08:13:11 +00:00
(
ns
^
:figwheel-no-load
run
Improve custom figwheel script usability Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-01-06 01:02:20 +00:00
(
:use
[
figwheel-api
]
)
)
(
start
)
(
start-cljs-repl
)