Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds instructions to install dependencies to read me and better formatting #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# React Native Elements on Create React App

This repo is an example setup for using React Native Elements on the web with create-react-app. This follows the setup guide on https://react-native-training.github.io/react-native-elements/docs/web_usage.html.

In the project directory, you can run:
To get started, do the following steps:

## Step 1
Install dependencies
```
yarn
```

### `yarn start`
## Step 2
```
yarn start
```

Runs the app in the development mode.<br>
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.<br>
The page will reload if you make edits.
You will also see any lint errors in the console.