Ecosyste.ms: Awesome

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

https://github.com/gothinkster/reasonml-realworld-example-app

Exemplary real world application built with ReasonML
https://github.com/gothinkster/reasonml-realworld-example-app

Last synced: about 2 months ago
JSON representation

Exemplary real world application built with ReasonML

Lists

README

        

# ![RealWorld Example App](logo.png)

> ### RealWorld ReasonML/React frontend codebase that uses the [RealWorld](https://github.com/gothinkster/realworld-example-apps) API.

# Installation

* Install ReasonML [ReasonML](https://reasonml.github.io/)
* Clone this project
* Run npm install to install dependencies

# Getting started

> Prerequisites:
* See installation section.
* To compile to javascript run the following command in the terminal: npm run watch. This will watch your files and compile to js when they change
* To start webpack run the following command: npm run webpack-dev. This will create a local webserver to serve the application