How to install vercel/next.js. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
vercel/next.js Installation Guide
How to install vercel/next.js. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for vercel/next.js. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i vercel/next.jsor
Install via npx
npx @hexmos/ipm i vercel/next.jsPrerequisites
Node.js
runtimeVersion: >=18.17.0
npm
package managerVersion: >=6.14.17
yarn
package managerpnpm
package managergit
version controlManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Package Manager (npm/yarn)
npm install -g create-next-app@latest
create-next-app@latest my-next-app
cd my-next-app
npm run devPackage Manager (pnpm)
pnpm add -g create-next-app@latest
create-next-app@latest my-next-app
cd my-next-app
pnpm devSource Code Installation
git clone https://github.com/vercel/next.js.git
cd next.js
npm install
npm run build