https://github.com/shadowwalker/nextjs-now
https://github.com/shadowwalker/nextjs-now
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shadowwalker/nextjs-now
- Owner: shadowwalker
- Created: 2019-07-20T06:29:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-20T06:29:54.000Z (over 6 years ago)
- Last Synced: 2025-05-08T00:27:08.406Z (11 months ago)
- Language: JavaScript
- Homepage: https://nextjs.shadowwalker.now.sh
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```