Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/productbrew/expo-reason-starter
- Owner: productbrew
- License: mit
- Created: 2020-09-14T09:12:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T09:19:41.000Z (about 4 years ago)
- Last Synced: 2024-08-01T19:56:25.110Z (3 months ago)
- Topics: expo, react, react-native, reasonml, rescript
- Language: Reason
- Homepage:
- Size: 104 KB
- Stars: 17
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - expo-reason-starter
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/)