An open API service indexing awesome lists of open source software.

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

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