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 CI/CD workflows, and production deployment with Traefik and Docker.
Next.js Prisma Boilerplate is a full stack boilerplate built around the latest Next.js stack. It incorporates the best practices described in the official documentation and the developer’s own experience. The goal of this boilerplate is to save time and effort by providing a pre-configured setup for architectural decisions, library choices, development and production environments, and CI/CD pipelines. By installing this boilerplate, developers can start working on their features immediately instead of spending months on setup.
git clone [repository-url]
cd [project-folder]
npm install
Configure the environment variables:
.env.example
file to .env.local
and fill in the required values.Run the application:
npm run dev
Next.js Prisma Boilerplate is a comprehensive full stack boilerplate built around the Next.js stack. It provides a pre-configured setup for a range of features including authentication, responsive design, form handling, data fetching, and more. With a solid tech stack and attention to best practices, this boilerplate aims to save developers time and effort in setting up their projects.