From 0ab2f2b46835ef3da8dc0b2911cbbda05fe0955c Mon Sep 17 00:00:00 2001 From: Devon Wijesinghe Date: Sat, 28 Oct 2023 11:43:08 +0530 Subject: [PATCH] Adds instructions to install dependencies to readme --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ae750ff..6360c65 100644 --- a/README.md +++ b/README.md @@ -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.
+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.
+The page will reload if you make edits. You will also see any lint errors in the console.