Skip to content

Sfeir/activit-retodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published