I used to use python SimpleHttpServer to start a simple static http server in the resources/public directory:
python -m SimpleHTTPServer 9000 But I have started to use Figwheel[1] and Devcards[2] lately. [1] https://github.com/bhauman/lein-figwheel [2] https://github.com/bhauman/devcards - Uday. On Sun, Jul 27, 2014 at 3:11 AM, Moritz Ulrich <[email protected]> wrote: > For simple stuff I usually load the html-file via file://. This works > in most cases, but you'll have to use weasel[1] if you want to use the > REPL. > > [1]: https://github.com/tomjakubowski/weasel > > On Sat, Jul 26, 2014 at 11:24 AM, Paul Cowan <[email protected]> wrote: > > I want to create a simple reagent component. > > > > In my only other experience with clojurescript, I used ring server as my > > development server here > > https://github.com/dagda1/web-game-of-life/blob/master/project.clj. > > > > This seems overkill and unnecessary for a simple plugin that should be > > brought into to other projects. > > > > What should I use as my development web server? > > > > Cheers > > > > Paul Cowan > > > > Cutting-Edge Solutions (Scotland) > > > > blog: http://thesoftwaresimpleton.com/ > > website: http://www.cuttingedgesolutionsscotland.com/ > > > > -- > > Note that posts from new members are moderated - please be patient with > your > > first post. > > --- > > You received this message because you are subscribed to the Google Groups > > "ClojureScript" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > To post to this group, send email to [email protected]. > > Visit this group at http://groups.google.com/group/clojurescript. > > -- > Note that posts from new members are moderated - please be patient with > your first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. > -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
