Skip to content

Monorepo containg project for Engineer's Thesis.

Notifications You must be signed in to change notification settings

CrabStash/crab-stash-frontend-monorepo

Repository files navigation

Crab Stash monorepo (Next.js, React, Astro, TypeScript, Docker, ESLint, Jest, Prettier, Tailwind, Storybook)

What's inside?

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

Apps and Packages architecture

.github
└─ workflows
└─ CI with pnpm cache setup
.vscode
└─ Recommended extensions and settings for VSCode users
apps
├─ app
| └─ Next.js app
└─ docs
  └─ Docusaurus app 
packages
├─ ui
| └─ a stub React component library shared by apps created with Storybook.js
├─ tsconfig
| └─ `tsconfig.json`s used throughout the monorepo
└─ linting
  └─ `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)

Utilities

This turborepo has some additional tools already setup for you:

Build

To build all apps and packages, run the following command:

cd turborepo-starter
pnpm run build

Develop

To develop all apps and packages, run the following command:

cd turborepo-starter
pnpm run dev

Remote Caching

Turborepo can use a technique known as Remote Caching (Beta) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.

By default, Turborepo will cache locally. To enable Remote Caching (Beta) you will need an account with Vercel. If you don't have an account you can create one, then enter the following commands:

cd turborepo-starter
npx turbo login

This will authenticate the Turborepo CLI with your Vercel account.

Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your turborepo:

npx turbo link

Useful Links

Learn more about the power of Turborepo:

About

Monorepo containg project for Engineer's Thesis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published