Sfeir / activit-retodo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Apache License 2.0


Languages

Language:JavaScript 29.3%Language:HTML 24.9%Language:C++ 23.8%Language:OCaml 22.1%