This directory is a brief example of a React app with serverless functions 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-app
Once initialized, you can deploy the React example with just a single command:
$ now