Update README and docs

This commit is contained in:
Nicolas Gallagher
2020-05-06 17:15:43 -07:00
parent aa647567ad
commit ff6109ec1c
2 changed files with 17 additions and 7 deletions
+5 -4
View File
@@ -25,8 +25,8 @@ necessary for your desired browser support.
### Expo
[Expo](https://expo.io) is a framework and a platform for universal React
applications. It is simple to setup, optimizes the web build, and provides
dozens of additional cross-platform APIs.
applications. [Expo for Web](https://docs.expo.io/workflow/web/) uses React
Native for Web and provides dozens of additional cross-platform APIs.
```
npm install expo-cli --global
@@ -37,9 +37,10 @@ expo start
### Create React App
[Create React App](https://github.com/facebook/create-react-app) is a good way
[Create React App](https://github.com/facebook/create-react-app) is a basic way
to setup a simple, web-only React app with built-in support for aliasing
`react-native-web` to `react-native`.
`react-native-web` to `react-native`. However, it's generally recommended that
you use Expo.
```
npx create-react-app my-app