Skip to content
This repository was archived by the owner on Oct 23, 2018. It is now read-only.

Files

Latest commit

 

History

History

NextJS

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Hello world in NextJS

Next JS is React JS framework for server rendered app

Requirement

  • Node js 8+
  • npm or yarn

Installation

npm install

Running app

  • npm run dev for development
  • npm run build and then npm run start for running app in production