Skip to content

laaksonel/fullstack-reason-template

Repository files navigation

Template for fullstack Reason (Melange)

Build

Install dependencies

npm i

Build frontend

esy client:build

Build backend

esy server:build

Client development server

Launch webpack dev server

npm run serve

This will additionally launch Melange compiler in watchmode (esy mel build -w) and redirects the output of the compiler to stdout. When a Reason file is changed, it will be automatically compiled to js file which is then served Webpack dev server. Each change will automatically reload browser so you can see the changes immediately.

About

Reason/Melange fullstack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published