mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 04:22:01 +00:00
535 B
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