Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/productbrew/expo-reason-starter

This project allows you to quickly get started with building mobile apps in ReasonML/ReScript
https://github.com/productbrew/expo-reason-starter

expo react react-native reasonml rescript

Last synced: 11 days ago
JSON representation

This project allows you to quickly get started with building mobile apps in ReasonML/ReScript

Awesome Lists containing this project

README

        

# expo-reason-starter

### Getting started

1. Install dependencies: `yarn` or `npm install`
2. Build the project in a watch mode: `yarn re:watch`
3. In a separte terminal start the expo project: `yarn start`

Have fun learning and starting with ReasonML ❤️

### Useful resources:

- [ReasonML](https://reasonml.github.io/)
- [Reason React Native](https://reason-react-native.github.io/en/docs/)
- [ReasonReact](https://reasonml.github.io/reason-react/)
- [ReScript](https://rescript-lang.org/)
- [Real World OCaml 2](https://dev.realworldocaml.org/)