lein-figwheel

derpocious 2017-11-18T05:20:33.000037Z

when I run lein figwheel it says 'figwheel' is not a task. See 'lein help'.

derpocious 2017-11-18T05:21:00.000090Z

I'm not doing a browser front end cljs project, just a server side Node cljs project

jumar 2017-11-18T18:14:10.000133Z

Then I guess you haven't configured figwheel properly. Could you paste your project.clj? Perhaps start with lein new figwheel hello-world first.