https://github.com/muxiangqiu/create-react-app-functions
https://github.com/muxiangqiu/create-react-app-functions
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/muxiangqiu/create-react-app-functions
- Owner: muxiangqiu
- Created: 2019-09-03T02:29:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T02:29:47.000Z (almost 6 years ago)
- Last Synced: 2025-02-01T15:44:44.942Z (4 months ago)
- Language: JavaScript
- Homepage: https://create-react-app-functions.malagu.now.sh
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```