Run the App Locally

Page last updated:

Page last updated:

Once the application is compiled with all dependencies, you will be ready to run your app locally using the command

$ lein run

...

2016-04-12 22:59:11.179:INFO:oejs.Server:main Started @2834ms

Open http://localhost:3000 with your web browser. You should see your app running locally.

To stop the app from running locally, in the shell terminal, press Ctrl+C to exit.

I can run my App locally
View the source for this page in GitHub