Skip to content

Danetag/nextjs-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example NextJS 9.3

Installation

First, install now globally on your computer

npm i -g now

Then, make sure to run the correct version of node contained in .nvmuse.

nvm use

Finally, install the node_modules:

npm i 

Development

As the project use Now env. variables, to startup a local server:

now dev

Deploying

To deploy your branch on a preview link

now

To deploy on prod, merge with the master branch, or

now --prod

Releases

No releases published

Packages

No packages published