nextjs-package-manager-exam.../README.md
2024-04-11 23:03:50 -05:00

542 B

nextjs-package-manager-example-app

branch: nextjs-package-manager/pnpm

This repo is for testing building Next.js app with different package managers. This branch uses pnpm as the package manager.

Getting Started

First, install the dependencies:

pnpm install

Development

First, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Production

To build the app for production, run:

pnpm build