https://github.com/silverqx/nextjs-tutorial
Nextjs tutorial test application
https://github.com/silverqx/nextjs-tutorial
nextjs react testapp zeit-now
Last synced: 3 months ago
JSON representation
Nextjs tutorial test application
- Host: GitHub
- URL: https://github.com/silverqx/nextjs-tutorial
- Owner: silverqx
- License: mit
- Created: 2019-11-11T08:59:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:45:38.000Z (almost 3 years ago)
- Last Synced: 2024-05-12T00:04:28.724Z (over 1 year ago)
- Topics: nextjs, react, testapp, zeit-now
- Language: JavaScript
- Homepage: https://nextjs-tutorial.silver1.now.sh
- Size: 1.09 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next.js Test application
This is my Next.js test application, created according to the [tutorial](https://nextjs.org/learn/basics/getting-started).
Application is deployed at https://nextjs-tutorial.silver1.now.sh
## Installation
* `git clone https://github.com/silverqx/nextjs-tutorial`
* `cd nextjs-tutorial`
* `npm install`
* `npm run dev`
* look at http://localhost:3000## Deploy to production to Zeit Now
* first [download Now](https://zeit.co/download), it's `npm i -g now`
* call `now` or `now --prod` for production from root directory