Compare commits

...

1 Commits

Author SHA1 Message Date
Naga Sowjanya Sutherland
0cd38a7353 [examples] Updated Readme.md for create-react-app 2022-06-16 11:11:42 -07:00

View File

@@ -1,10 +1,27 @@
# Create React App
This directory is a brief example of a [Create React App](https://github.com/facebook/create-react-app) site that can be deployed to Vercel with zero configuration.
This directory is a brief example of a [Create React App](https://github.com/facebook/create-react-app) site that can be deployed to Vercel with zero configuration. You can copy this directory
## Deploy Your Own
or
You could also use the vercel cli to create this example with `vercel init create-react-app`
## Deploy Your App with
using the CLI
```
cd create-react-app
npm install
vercel
```
or
using any of the [these](https://vercel.com/docs/concepts/deployments/overview) methods
or
Deploy your own Create React App project with Vercel.
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/create-react-app&template=create-react-app)
@@ -14,6 +31,10 @@ _Live Example: https://create-react-template.vercel.app/_
In the project directory, you can run:
### `npm install`
Installs the dependencies needed to run the app
### `npm start`
Runs the app in the development mode. Open [http://localhost:3000](http://localhost:3000) to view it in your browser.