You need to install lein.
lein server
- starts the serverlein frontend
- starts the frontend, in development mode
After both processes started, go to http://localhost:3450/dev.html.
lein test
- runs the full test suitelein autotest
- listen for file changes and is always running tests