create-sitefox-nbb
v0.0.9
Published
Set up a ClojureScript web server in one command with sitefox and nbb.
Downloads
65
Readme
Set up a ClojureScript web server in one command using sitefox and nbb.
npm create sitefox-nbb mywebsite
cd mywebsite
npm run serveThen 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-liveSee the sitefox documentation for details on what you can do next.
