Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shybyte/reason-material-ui

ReasonML Bindings to Material-UI
https://github.com/shybyte/reason-material-ui

bucklescript material-ui react reason reason-react reasonml

Last synced: about 1 month ago
JSON representation

ReasonML Bindings to Material-UI

Awesome Lists containing this project

README

        

# Reason Material-UI

This is a repo with examples usages of [ReasonReact](https://github.com/reasonml/reason-react) and [Material-UI](http://www.material-ui.com/).
Have something you don't understand? Join us on [Discord](https://discord.gg/reasonml)!

Run this project:

```
npm install
npm start
# in another tab
npm run build
```

After you see the webpack compilation succeed (the `npm run build` step), open up the nested html files in `src/*` (**no server needed!**). Then modify whichever file in `src` and refresh the page to see the changes.