Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 2.57 KB

README.md

File metadata and controls

49 lines (38 loc) · 2.57 KB

Fullstack Next.js 15 + TypeScript + MongoDB Template

  • This template is a comprehensive starting point for building full-stack applications using Next.js 15, TypeScript, MongoDB, and other modern web technologies.
  • Designed for efficiency and best practices, this template includes several out-of-the-box features and examples to jumpstart your project.
  • Always use the latest version of the package

Lighthouse Result

image

Code With

Next JS TypeScript MongoDB Tailwind CSS Jest ESLint

How to Start

Node.js version 18 or higher is required.

Project Run (Development)

pnpm dev

Project Run (Production)

pnpm build
pnpm start

Folder Path

  • src/*: common code
  • app/(client): clients side code
  • app/server: server side code

Examples

This template includes several examples to demonstrate its capabilities and provide a starting point for common web application features:

License

This template is available under the MIT License.