AsyncOpenStackClient
AsyncOpenStackClient copied to clipboard
Asyncio wrapper to OpenStack API
Node.js example for shadow-cljs
Develop
Watch compile with with hot reloading:
yarn
yarn shadow-cljs watch app
Start program:
node target/main.js
REPL
Start a REPL connected to current running program, app for the :build-id:
yarn shadow-cljs cljs-repl app
Build
shadow-cljs release app
Compiles to target/main.js.
You may find more configurations on http://doc.shadow-cljs.org/ .
Steps
- add
shadow-cljs.ednto config compilation - compile ClojureScript
- run
node target/main.jsto start app and connect reload server
License
MIT