Next.js boilerplate with authentication and an external API backend.
This boilerplate was built as a Frontend counterpart to my other boilerplate express-auth-boilerplate.
Make sure to check that out for a fullstack authentication project and a working out-of-the-box solution.
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev