Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shybyte/reason-material-ui
- Owner: shybyte
- Created: 2017-07-08T06:27:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-08T07:25:58.000Z (over 7 years ago)
- Last Synced: 2024-11-09T08:45:09.821Z (3 months ago)
- Topics: bucklescript, material-ui, react, reason, reason-react, reasonml
- Language: OCaml
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.