This directory is a brief example of a React app that can be deployed to ZEIT Now with zero configuration.
To get started with React on Now, you can use the Create-React-App CLI to initialize the project:
$ npx create-react-app my-appOnce initialized, you can deploy the React example with just a single command:
$ now