Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 2.94 KB

README.md

File metadata and controls

51 lines (38 loc) · 2.94 KB

Next.js

This Next.js 14 App Router boilerplate is an elementary foundation for building dynamic and interactive cross-platform - web, mobile and desktop applications.

It encompasses features such as:

Additionally, it integrates Cypress for end-to-end testing with actual tests, user authentication using Firebase, and Redux for client state management.

system

Documentation

Visit https://nextjs.org/docs to view the full documentation.

Recommended Backend boilerplates

  • Nest.js GraphQL, Prisma, Docker API Starter — Nest.js Hybrid Application (HTTP server with microservice listeners) with GraphQL (schema first), Prisma, MySQL (easily replaceble), MongoDB, Jest, Docker.
  • Laravel Boilerplate for building REST APIs — A Laravel boilerplate for building REST APIs that support multi-tenancy, multiple MIME types using Fractal, API documentation, Eloquent model monitoring, and other credible libraries.
  • nestjsx/crud Starter — @nestjsx/crud starter repository for RESTful APIs running on Fastify.