Skip to content

leonlee723/next-all-you-need-mono

Repository files navigation

Next all you need --- Full Stack TypeScript Boilerplate

icon

Frontend - Next.js 14.x, TailwindCSS 3.4, Zustand 4.5

Backend - Express 4.x, Prisma 5.18

🚀 This is a monoreop of full stack typeScript Boilerplate based on turborepo. It includes almost all you need of elements for making a web application. If you're looking for a full stack typeScript Boilerplate, then this repo is your needs. The repo includes frontend(admin) and backend(gateway). You can use them all together, or you can use only a part of them feel free.

Features & Roadmap

Based on popular & excellent open source, for developers provided outstanding experience

Repo

Frontend

Backend

Project structure

.
├── README.md                    # README file
├── .github                      # GitHub folder
├── .vscode                      # VSCode configuration
├── public                       # Public assets folder
├── apps
│   ├── admin                       # Frontend admin
│   │   ├── __tests__                   # Unit tests
│   │   ├── src                         # src folder
│   │   │   ├── app                         # Next JS App (App Router)
│   │   │   ├── components                  # React components
│   │   │   ├── stores                      # Zustand stores
│   └── gateway                     # Backend
│   │   └──  __tests__                  # Unit tests
│   │   └──  prisam                     # prisma folder, include schema and migrations 
│   │   └──  src                        # src folder

The repo refer to below repository, thanks to these excellent contributors

Contributions

Everyone is welcome to contribute to this project. Feel free to open an issue if you have any questions or find a bug. Totally open to suggestions and improvements.

License

Licensed under the MIT License, Copyright © 2024

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published