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

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

ReasonML Example using Material-UI and a REST API
https://github.com/shybyte/reason-material-ui-example

bucklescript json material-ui react reason reason-react reasonml rest-api

Last synced: 5 months ago
JSON representation

ReasonML Example using Material-UI and a REST API

Awesome Lists containing this project

README

          

# Reason Material-UI Example [![Build Status](https://travis-ci.org/shybyte/reason-material-ui-example.svg?branch=master)](https://travis-ci.org/shybyte/reason-material-ui-example)

This example uses [ReasonReact](https://github.com/reasonml/reason-react), [Material-UI](http://www.material-ui.com/) and a REST API.

See it live in action: [https://reason-material-ui-example.herokuapp.com/](https://reason-material-ui-example.herokuapp.com/)

Have something you don't understand? Join us on [Discord](https://discord.gg/reasonml)!

Run this project:

```
npm install
npm run build
npm start
```

Open http://localhost:8888 in your browser.

# Run in development mode

```
npm install
npm run dev
```

Open http://localhost:3000 in your browser.