chr15m / create-sitefox-nbb

Get a ClojureScript + sitefox + nbb server with one command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note: this repository has bee moved into Sitefox.

Set up a ClojureScript web server in one command using sitefox and nbb.

npm create sitefox-nbb mywebsite
cd mywebsite
npm run serve

Then open server.cljs in your editor and start hacking. When server.cljs is modified the server will automatically reload routes. 👍

To serve the live version without file watcher reloading:

npm run serve-live

See the sitefox documentation for details on what you can do next.

About

Get a ClojureScript + sitefox + nbb server with one command


Languages

Language:Clojure 47.7%Language:JavaScript 25.3%Language:CSS 16.3%Language:HTML 10.8%