Skip to content

acme-io/new-homepage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Example

This directory is a brief example of a React 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 to initialize the project:

$ npx create-react-app my-app

Deploying this Example

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

$ now