https://github.com/luanbitar/next-three-fiber
https://github.com/luanbitar/next-three-fiber
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luanbitar/next-three-fiber
- Owner: luanbitar
- License: mit
- Created: 2019-09-21T23:25:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T23:35:01.000Z (over 6 years ago)
- Last Synced: 2025-01-11T13:28:28.060Z (over 1 year ago)
- Language: JavaScript
- Size: 2.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```