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
- Host: GitHub
- URL: https://github.com/sam9111/delayed-post-removal-react
- Owner: sam9111
- Created: 2021-03-12T14:24:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-30T05:48:55.000Z (about 4 years ago)
- Last Synced: 2025-04-23T00:46:03.972Z (11 months ago)
- Topics: rescript-react, webdevelopment-301
- Language: ReScript
- Homepage: http://delayed-post-removal-react-sam9111.vercel.app
- Size: 34.2 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
### 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