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 | ||
LICENSE | ||
next.config.mjs | ||
package.json | ||
postcss.config.mjs | ||
README.md | ||
tailwind.config.ts | ||
tsconfig.json | ||
yarn.lock |
nextjs-package-manager-example-app
branch: nextjs-package-manager/yarn
This repo is for testing building Next.js
app with different package managers. This branch uses yarn
as the package manager.
Getting Started
First, install the dependencies:
yarn install
Development
First, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
Production
To build the app for production, run:
yarn build