This repo is for testing building
Next.js
app with different package managers. Each branch can be used to test different package managers.
public | ||
src | ||
.eslintrc.json | ||
.gitignore | ||
next.config.mjs | ||
package-lock.json | ||
package.json | ||
postcss.config.mjs | ||
README.md | ||
tailwind.config.ts | ||
tsconfig.json |
nextjs-package-manager-example-app
branch: main
This repo is for testing building Next.js
app with different package managers. Each branch can be used to test different package managers.
Getting Started
First, install the dependencies:
Development
First, run the development server:
Open http://localhost:3000 with your browser to see the result.
Production
To build the app for production, run: