Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
knowbody committed Sep 23, 2020
1 parent cff03b2 commit 69d1904
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# expo-template-rescript
# 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!
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"main": "node_modules/expo/AppEntry.js",
"version": "0.0.5",
"license": "MIT",
"keywords": [
"expo", "reasonml", "rescript", "react", "react-native"
],
"scripts": {
"start": "expo start",
"android": "expo start --android",
Expand Down

0 comments on commit 69d1904

Please sign in to comment.