An open API service indexing awesome lists of open source software.

https://github.com/muxiangqiu/create-react-app-functions


https://github.com/muxiangqiu/create-react-app-functions

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# React Example

This directory is a brief example of a [React](https://reactjs.org/) app with serverless functions that can be deployed to ZEIT Now with zero configuration.

## How we created this example

To get started with React on Now, you can use the [Create-React-App CLI](https://reactjs.org/docs/create-a-new-react-app.html#create-react-app) to initialize the project:

```shell
$ npx create-react-app my-app
```

## Deploying this Example

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

```shell
$ now
```