Skip to content

MatheusDev20/js-fullstack-monorepo-template

Repository files navigation

FullStack MonoRepo template

The repository contains two main Applications under the apps folder and some configuration packages under packages folder to be shared.

Apps

Packages

  • Tailwind
  • Typescript
  • Eslint
  • UI Components

Folder Structure

├─ apps/
│  ├─server/
│  │  ├─ package.json
│  │  └─ ...
│  ├─web/
│  │  ├─ package.json
│  │  └─ ...
│
├─ packages/
│  ├─config-tailwind
│  │  ├─ package.json
│  │  └─ ...
│  ├─eslint-config
│  │  ├─ package.json
│  │  └─ ...
│  ├─typescript-config
│  │  ├─ package.json
│  │  └─ ...
│─ │─ui
│  │  ├─ package.json
│  │  └─ ...
│
├─ package.json
└─ README.md
└─ pnpm-workspace.yaml
└─ .gitignore
└─ pnpm-lock.yaml
└─ turbo.json
└─ .npmrc

About

Minimal fullstack application template built with Turbo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published