NextJS with Laravel Auth

Getting Started

First, copy .env file

cp .env.example .env

And configure yout correct variables

After, install dependencies

npm install
# or
yarn install
#or
pnpm install

Finally, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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