Skip to content

Instantly share code, notes, and snippets.

@theronic
Created February 14, 2017 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theronic/f7439d6e5483e4eb07584677053e6c53 to your computer and use it in GitHub Desktop.
Save theronic/f7439d6e5483e4eb07584677053e6c53 to your computer and use it in GitHub Desktop.
WeFix Intern Getting Started

You need boot-clj.

Reagent, because you want to see stuff quickly: https://reagent-project.github.io/

lein new tenzing your-app +reagent
cd your-app
boot dev

nREPL server started on port 63518 on host 0.0.0.0. Should start up on port 3000. If you change something in the .cljs file, it should update live in your browser.

No move to this, which will give you a better idea of how all these pieces fit together: github.com/magomimmo/modern-cljs/blob/master/doc/second-edition/tutorial-01.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment