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

https://github.com/sam9111/counter-app-in-rescript


https://github.com/sam9111/counter-app-in-rescript

rescript webdevelopment-301

Last synced: 4 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
```# Counter-App-in-Rescript