Skip to content

Commit

Permalink
Initialize README
Browse files Browse the repository at this point in the history
  • Loading branch information
rauldeheer committed Nov 4, 2018
1 parent ec963dc commit 6e8d181
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
@@ -1,2 +1,18 @@
# expo-typescript
Typescript boilerplate for Expo projects
# Expo-typescript
Typescript boilerplate for Expo projects. This project is currently running the latest Expo SDK (31.0.0).

This project already includes types for:
- Expo
- Expo Vector Icons
- React
- React Native

## How to start
Make sure you have the [Expo CLI](https://docs.expo.io/versions/latest/workflow/expo-cli) installed. To install the `Expo CLI`, run the following command:

`npm install -g expo-cli`

1. run `npm install` in the project directory.
2. run `expo start` in the project directory to start the project.

You are now ready to start programming in Typescript with `Expo` and `React Native`!

0 comments on commit 6e8d181

Please sign in to comment.