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
- Host: GitHub
- URL: https://github.com/sam9111/rescript-dom-form-starter
- Owner: sam9111
- Created: 2021-03-03T14:04:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-30T05:51:14.000Z (over 4 years ago)
- Last Synced: 2025-07-18T20:10:37.244Z (12 months ago)
- Topics: rescript, webdevelopment-301
- Language: HTML
- Homepage: https://rescript-dom-form-starter.netlify.app/
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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