An example project of combining Material UI and ClojureScript Reagent.
- git clone the project
- cd reagent-material
lein repl
(run)
After a while, assets should have been minified and ClojureScript compiled.
You can access the site at:
For building the MaterialUI file I used
https://github.com/taylorSando/om-material-ui
Follow its instructions to build a new version, then copy the built JavaScript and CSS files into the reagent-material project.
This example was ripped out of a larger project, it contains dependencies and code fragments that are not used in the context of this example.