An open API service indexing awesome lists of open source software.

https://github.com/sam9111/rescript-dom-form-starter


https://github.com/sam9111/rescript-dom-form-starter

rescript webdevelopment-301

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

> 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