Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 653 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 653 Bytes

RealWorld Example App

RealWorld ReasonML/React frontend codebase that uses the RealWorld API.

Installation

  • Install ReasonML ReasonML
  • 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