shuvadeepmondal / Project-F

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • vite-project: a Vite + Reactjs app
  • @repo/ui: a stub React component library shared by both web and docs applications
  • @repo/eslint-config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • @repo/typescript-config: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Build

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

pnpm install
pnpm build

Develop

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

pnpm install
pnpm dev

About

License:MIT License


Languages

Language:TypeScript 67.7%Language:CSS 16.2%Language:JavaScript 15.0%Language:HTML 1.1%