reagent-material
reagent-material copied to clipboard
An example project of combining Material UI and ClojureScript Reagent
Reagent Material
An example project of combining Material UI and ClojureScript Reagent.
To run
- 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:
http://localhost:10555
Build MaterialUI
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.
Final Words
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.