Skip to content

propte-io/nextjs-vercel-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using repo:

  1. Install packages
$ yarn
  1. Add vercel configuration
  • Replace orgId and projectId in frontends/example/.vercel/project.json file
  1. Build example project by Vercel CLI
$ yarn nx vercel-build example
  1. Deploy example app to Vercel by Vercel CLI
$ yarn nx vercel-deploy example --token <your vercel token which accesses to your org that you config in step 2>