jayantrohila57 / xsite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool






NextJS Starter Template

πŸ“„ About

This repository contains a monorepo boilerplate written in Next.js, managed by the pnpm package manager.

You can use it with the backend template, written in Laravel β€” laravel-starter-tpl.

β†’ Purpose

  • Establish a clear structure and present a lifecycle perspective (developer experience, continuous integration/continuous deployment, and deployments);
  • Demonstrate how to create and consume shared packages, locales, assets, and API types;
  • Provide a fully configured repository with integrated tools and configs, such as tsconfig, eslint, jest, cypress, tailwind, changelogs, versioning, codecov, codeclimate, sentry, and others;
  • Clarify advantages of using a monorepo, such as team cohesion, consistency, duplication, refactorings, and atomic commits.

β†’ Utilities and Features

This repository has some additional tools already setup for you:


πŸ™ If you find this repository useful, please consider giving it a ⭐️. Thank you!


πŸ€” What's inside?

Open in Gitpod

This turborepo uses pnpm as a package manager. It includes the following packages/apps:

β†’ Structure

.
β”œβ”€β”€ apps
β”‚   β”œβ”€β”€ web                  # Next.js app - i18n, SSR, API, Jest, Cypress
β”‚   └── docs                 # Nextra app
└── packages
    β”œβ”€β”€ common-i18n          # Locales...
    β”œβ”€β”€ facebook-pixel       # Facebook Pixel tracking functionality
    β”œβ”€β”€ google-tag-manager   # Google Tag Manager functionality
    └── ui                   # React stub components

β†’ Apps

Application URL Description
docs Demo Nextra documentation template generated from Nextra: Docs Starter Kit
web Demo Next.js app with TailwindCSS, Facebook Pixel and Google Tag Manager tracking, and Sentry support
storybook Demo Storybook β€” UI component explorer for React components

Note: Apps should not depend on apps, they can depend on packages

β†’ Packages

Package Docs Description
common-i18n README.md Locales for multi-language support
facebook-pixel README.md Facebook Pixel tracking functionality
google-tag-manager README.md Google Tag Manager functionality
ui README.md Shared react stub components

Note: Apps can depend on packages, packages can depend on each others


🚩 Requirements

To use this repository, you need to meet the following requirements:


πŸ’Ώ Installation and Usage

Warning: You should configure, set up, and run the docker-shared-services repository to ensure system-wide TLS and DNS support.

Follow getting-started guide in documentation πŸ”—


🀝 License

Licence

FOSSA Status


🧱 Credits and Useful Resources

This repository is based on the nextjs-monorepo-example template from belgattitude.

Learn more about the power of Turborepo:

Here are some other monorepo templates you may find useful:

Other projects:


πŸ™†πŸΌβ€β™‚οΈ Author Information

This repository was created in 2022 by lotyp / wayofdev.


πŸ™Œ Want to Contribute?

Thank you for considering contributing to the wayofdev community! We are open to all kinds of contributions. If you want to:

  • πŸ€” Suggest a feature
  • πŸ› Report an issue
  • πŸ“– Improve documentation
  • πŸ‘¨β€πŸ’» Contribute to the code

You are more than welcome. Before contributing, kindly check our guidelines.


🫑 Contributors

Contributors

Contributors

πŸ€‘ Sponsors

Reproto Logo
Reproto

πŸŽ–οΈ Financial Support
VarsityBase Logo
VarsityBase

πŸŽ–οΈ Financial Support
Vercel Logo
Vercel

☁️ Infrastructure Support
Sentry Logo
Sentry

☁️ Infrastructure Support
ZenHub Logo
ZenHub

☁️ Infrastructure Support

About

License:MIT License


Languages

Language:TypeScript 45.4%Language:JavaScript 25.1%Language:MDX 22.8%Language:Makefile 5.2%Language:CSS 1.1%Language:Shell 0.5%Language:HTML 0.0%