Example project using ClojureScript and Firebase as the basis for creating a nearly entirely javascript based chat client.
- # for a firebase.com account.
- Make a Firebase application.
- Clone the project.
- Change
firebase-io-root
to have the URL for your Firebase application. - Run
lein figwheel
in the project root to start up a local webserver http://localhost:3449. - Go to your browser and start playing around in the code!
To start a local server that causes CSS and ClojureScript changes to
be reflected immediately in your browser run lein fighweel
and open
up http://localhost:3449
To run the ClojureScript tests run lein auto-test
. It will recompile
the ClojureScript and rerun the tests whenever a file changes.
This contains some presentation notes that were used to present this example.