https://github.com/imranhsayed/nextjs
Next js app
https://github.com/imranhsayed/nextjs
Last synced: 6 months ago
JSON representation
Next js app
- Host: GitHub
- URL: https://github.com/imranhsayed/nextjs
- Owner: imranhsayed
- Created: 2019-07-20T08:23:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T06:38:43.000Z (about 2 years ago)
- Last Synced: 2025-06-03T12:06:28.660Z (7 months ago)
- Language: JavaScript
- Size: 256 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
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
```
# nextjs