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
- Host: GitHub
- URL: https://github.com/sam9111/counter-app-in-rescript
- Owner: sam9111
- Created: 2021-02-26T08:30:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-30T05:50:57.000Z (over 4 years ago)
- Last Synced: 2025-10-28T05:34:42.300Z (8 months ago)
- Topics: rescript, webdevelopment-301
- Language: ReScript
- Homepage: https://samyuktha-my-rescript-counter.netlify.app/
- Size: 7.81 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
```# Counter-App-in-Rescript