Skip to content

acme-io/secret-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js Example

This directory is a brief example of a Next.js app that can be deployed to ZEIT Now with zero configuration.

How we created this example

To get started with Next.js on Now, you can use npm create to initialize the project:

$ npm create next-app my-app

Deploying this Example

Once initialized, you can deploy the Next.js example with just a single command:

$ now