https://github.com/typeofweb/reason-workshop-tester
https://github.com/typeofweb/reason-workshop-tester
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/typeofweb/reason-workshop-tester
- Owner: typeofweb
- Created: 2019-07-24T16:30:03.000Z (over 6 years ago)
- Default Branch: reactive
- Last Pushed: 2023-01-07T08:06:26.000Z (about 3 years ago)
- Last Synced: 2025-02-08T02:15:42.774Z (about 1 year ago)
- Language: JavaScript
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReasonML workshop
## Introduction
Follow the description below to make sure everything works as expected on Friday!
If you have any questions, DM me on Twitter @mmiszy
### Prerequisites
Install:
- `yarn` — at least 1.15
- `node` — at least 10.13
### Reason
1. `cd native`
2. Run `yarn install`. It could take a while.
3. Run `yarn build`. It should display "✨ Done" at the end.
4. Run `yarn start` and open http://localhost:8080/. If you see a green square in your browser, eveverything is fine and you can proceed.