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

https://github.com/imranhsayed/nextjs

Next js app
https://github.com/imranhsayed/nextjs

Last synced: 6 months ago
JSON representation

Next js app

Awesome Lists containing this project

README

          

# Next.js Example

This directory is a brief example of a [Next.js](https://nextjs.org) 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](https://www.npmjs.com/package/create-next-app) to initialize the project:

```shell
$ npm create next-app my-app
```

## Deploying this Example

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

```shell
$ now
```
# nextjs