https://github.com/mervinpraison/react-app-function
https://github.com/mervinpraison/react-app-function
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mervinpraison/react-app-function
- Owner: MervinPraison
- Created: 2019-08-05T11:20:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T11:20:24.000Z (almost 7 years ago)
- Last Synced: 2025-01-15T15:54:22.314Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://react-app-function.praison.now.sh
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- 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
```