Files
vercel/packages/now-cli/test/dev/fixtures/04-create-react-app/README.md
2020-04-21 19:11:12 -04:00

535 B

Create-React-App Example

This directory is a brief example of a React app that can be deployed to Vercel with zero configuration.

How we created this example

To get started with React on Vercel, you can use the Create-React-App CLI to initialize the project:

$ npx create-react-app my-app

Deploying this Example

Once initialized, you can deploy the React example with just a single command:

$ now