Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulogdm/mobile-preview
https://github.com/paulogdm/mobile-preview
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paulogdm/mobile-preview
- Owner: paulogdm
- Created: 2019-12-15T20:41:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T22:44:08.000Z (about 5 years ago)
- Last Synced: 2024-10-04T13:42:14.878Z (3 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Next.js Logo](../.github/images/next.svg)
# Next.js Example
This directory is a brief example of a [Next.js](https://nextjs.org) app that can be deployed with ZEIT Now and zero configuration.
## Deploy Your Own
Deploy your own Next.js project with ZEIT Now.
[![Deploy with ZEIT Now](https://zeit.co/button)](https://zeit.co/new/project?template=https://github.com/zeit/now-examples/tree/master/nextjs)
_Live Example: https://nextjs.now-examples.now.sh_
### How We Created This Example
To get started with Next.js deployed with ZEIT 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 From Your Terminal
You can deploy your new Next.js project with a single command from your terminal using [Now CLI](https://zeit.co/download):
```shell
$ now
```