Skip to content

sam9111/rescript-dom-form-starter

Repository files navigation

Learnings from the "Web Development 301 - Typed Functional Programming" course as part of the Coronasafe Engineering Fellowship 2021

Getting Started

npm install

Run

To start the snowpack server:

npm run server

To run the ReScript compiler:

npm run start
```# rescript-dom-form-starter