This directory is a brief example of a React app with Serverless Functions that can be deployed with ZEIT Now and zero configuration.
Deploy your own React project, along with Serverless Functions, with ZEIT Now.
Live Example: https://create-react-app-functions.now-examples.now.sh/
To get started with React, along with Serverless Functions, with ZEIT Now, you can use the Create-React-App CLI to initialize the project:
$ npx create-react-app my-app
You can deploy your new React project, along with Serverless Functions, with a single command from your terminal using Now CLI:
$ now