Set up a ClojureScript web server in one command with sitefox and nbb.
npm install create-sitefox-nbbSet up a ClojureScript web server in one command using
sitefox
and nbb.
``shell`
npm create sitefox-nbb mywebsite
cd mywebsite
npm run serve
Then open server.cljs in your editor and start hacking.server.cljs
When 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.