Skip to content

Commit

Permalink
Added alternate command to start the server (#669)
Browse files Browse the repository at this point in the history
* Added alternate command to start the server

Added  expo start command along with npm start

* Updated the comment for alternate way to start the server

Co-Authored-By: akhil-gautam <akhilg@mindfiresolutions.com>
  • Loading branch information
Akhil Gautam authored and charpeni committed Nov 20, 2018
1 parent e3d3044 commit 0ea710a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Then run the following commands to create a new React Native project called "Awe
expo init AwesomeProject

cd AwesomeProject
npm start
npm start #you can also use: expo start
```

This will start a development server for you.
Expand Down

0 comments on commit 0ea710a

Please sign in to comment.