Skip to content

kocisov/next-starter-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

next-starter-template

Starter template for Next.js apps

Installation and usage

Install starter by cloning repo

$ git clone https://github.com/Kocisov/next-starter-template.git myNewApp
$ cd myNewApp
$ yarn

Run next.js scripts

$ yarn dev # Start dev server
$ yarn build # Build for production
$ yarn start # Server production ready build