nextjs-prisma-boilerplate
nextjs-prisma-boilerplate copied to clipboard
Full stack boilerplate with Next.js, Prisma, Tailwind, TypeScript, Docker, Postgres, documentation, frontend and backend unit and integration tests with Jest, Cypress end-to-end tests, Github Actions...
**Describe the bug** In development mode on page refresh this error appears. It is related to this code in `layouts/PageLayout/PageLayout.tsx`: ``` Error: This Suspense boundary received an update before it...
**Describe the bug** If I create a user with username = `users`, the `/users` page breaks. **To Reproduce** 1. Create a new account with username = `users` 2. Log in...
## What does it do? - Added .npmrc and .nvmrc file to lock the node engine - Added Husky to run the Git hooks before committing and pushing. - `.husky/pre-commit`...