https://github.com/productbrew/expo-template-rescript
Expo project template for ReScript
https://github.com/productbrew/expo-template-rescript
expo expo-template react react-native reasonml rescript
Last synced: 10 months ago
JSON representation
Expo project template for ReScript
- Host: GitHub
- URL: https://github.com/productbrew/expo-template-rescript
- Owner: productbrew
- License: mit
- Created: 2020-09-23T09:13:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T05:27:56.000Z (over 5 years ago)
- Last Synced: 2024-08-03T01:29:12.545Z (over 1 year ago)
- Topics: expo, expo-template, react, react-native, reasonml, rescript
- Language: Reason
- Homepage:
- Size: 119 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - expo-template-rescript
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!