This is a work in progress pedagogic project about ReasonML language.
Learn more about ReasonML language on the ReasonML website.
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]
Install dependencies using the following command
esy install
Then build it
esy build
You can afterward run the server
esy run [assets_directory]
Legend: ✅ Done, 🏗 In progress, 🗓 Planned
Satus | |
---|---|
Hello ReasonML | ✅ |
Forever server | ✅ |
Handle multiple methods | ✅ |
Handle multiple routes | ✅ |
Serve some files | 🏗 |
Feel free to contact me to learn more about this project or ReasonML in general ! [email protected]