Last active
November 16, 2015 21:04
-
-
Save postspectacular/875e7a9b91202ac8788a to your computer and use it in GitHub Desktop.
Cloning & launching WS-LDN-2 repo and example app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/thi-ng/ws-ldn-2.git | |
cd ws-ldn-2 | |
lein run | |
# open another terminal using same directory | |
lein fighweel dev | |
# once compilation is complete... | |
# open http://localhost:8000 in your browser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment