This repo is for testing building Next.js app with different package managers. Each branch can be used to test different package managers.
Go to file
Vivian Phung 8ae390a604
init
2024-04-11 23:10:39 -05:00
public Initial commit from Create Next App 2024-04-11 22:57:56 -05:00
src Initial commit from Create Next App 2024-04-11 22:57:56 -05:00
.eslintrc.json Initial commit from Create Next App 2024-04-11 22:57:56 -05:00
.gitignore Initial commit from Create Next App 2024-04-11 22:57:56 -05:00
next.config.mjs Initial commit from Create Next App 2024-04-11 22:57:56 -05:00
package-lock.json Initial commit from Create Next App 2024-04-11 22:57:56 -05:00
package.json Initial commit from Create Next App 2024-04-11 22:57:56 -05:00
postcss.config.mjs Initial commit from Create Next App 2024-04-11 22:57:56 -05:00
README.md init 2024-04-11 23:10:39 -05:00
tailwind.config.ts Initial commit from Create Next App 2024-04-11 22:57:56 -05:00
tsconfig.json Initial commit from Create Next App 2024-04-11 22:57:56 -05:00

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:

npm install

Development

First, run the development server:

npm run dev

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

Production

To build the app for production, run:

npm run build