Skip to content

Latest commit

 

History

History
45 lines (41 loc) · 1.02 KB

README.md

File metadata and controls

45 lines (41 loc) · 1.02 KB

Welcome to the ReasonWebServer project !

This is a work in progress pedagogic project about ReasonML language.

Learn more about ReasonML language on the ReasonML website.

Using as static server

Get the package from NPM using npm or yarn

yarn add @generous-folks/reason-web-server

or

npm install @generous-folks/reason-web-server

Use the binary to serve any static folder

reason-web-server [directory]

Development quick start

Install dependencies using the following command

esy install

Then build it

esy build

You can afterward run the server

esy run [assets_directory]

Roadmap

Legend: ✅ Done, 🏗 In progress, 🗓 Planned

Satus
Hello ReasonML
Forever server
Handle multiple methods
Handle multiple routes
Serve some files 🏗

Contact

Feel free to contact me to learn more about this project or ReasonML in general ! clement@champouillon.com