https://github.com/cevr/todo-reason-react-native
https://github.com/cevr/todo-reason-react-native
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cevr/todo-reason-react-native
- Owner: cevr
- License: mit
- Created: 2020-10-04T03:25:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-04T03:27:15.000Z (over 5 years ago)
- Last Synced: 2025-10-04T14:43:35.611Z (9 months ago)
- Language: Reason
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# expo-template-rescript
This is the Expo template that allows you to build mobile applications with use of ReasonML/ReScript.
### Getting started
1. Install Expo CLI: `npm install -g expo-cli`
2. Create an app using the template: `expo init -t expo-template-rescript`
3. Set the name for your project
### Running the app
1. Navigate to your project's directory: `cd PROJECT_NAME`
2. In one terminal run ReScript compiler in watch mode: `yarn re:watch`
3. In another terminal start the Expo app: `yarn start`
4. Happy coding!