Oz + Reagent + shadow-cljs simplest example
Relevant changes to get Oz working with shadow-cljs are:
- Vega required cljsjs shim files
- es6 compiler options on shadow-cljs.edn
- Vega dependencies on package.json
Clone the demo
git clone https://github.com/ivanminutillo/reagent-shadow-oz-example.git
Enter the project and install the needed dependencies
cd reagent-shadow-oz-example && npm install
Start the app
shadow-cljs watch app
Visit http://localhost:3000