Skip to content

teodorlu/reagent-shadow-oz-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A basic example of reagent + shadow-cljs + Oz setup

Following this issue, the relevant changes to get Oz working with shadow-cljs are:

  1. Create a cljsjs folder with the required vega shim files
  2. Add es6 compiler options on shadow-cljs.edn
  3. Install Vega dependencies on package.json

Usage

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 54.3%
  • HTML 34.5%
  • CSS 11.2%