Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 584 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 584 Bytes

retodo

A todolist to learn some ReasonML

Prerequisite

Install bs-platform : yarn global add bs-platform

Compile the code

Run yarn start to compile Reason code in watch mode.

API

It runs on port 8080 and the Front can access it on /api without the need to specify any port (see apiProxy.js if you want).
You can run:

  • yarn server:dev to start hacking and use the livereload.
  • yarn server:run to just run the server.

Front

It runs on port 1234 and auto-refreshes as you make changes to the code.
To run it, use yarn client:dev.