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

https://github.com/sam9111/delayed-post-removal-react


https://github.com/sam9111/delayed-post-removal-react

rescript-react webdevelopment-301

Last synced: 2 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

### Install dependencies

```
npm i
```

### Run in development

1. Build ReScript in watch mode

```
npm run start
```

2. Start the snowpack server

```
npm run server
```

3. Visit `http://localhost:8000` to see live application preview