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

https://github.com/typeofweb/reason-workshop-tester


https://github.com/typeofweb/reason-workshop-tester

Last synced: 2 months ago
JSON representation

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.