JhonSJ / dev_challenges_frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Challenges FrontEnd Monorepo

Alt text

What's inside?

This monorepo includes the following packages/apps:

Apps

  • button-challenge: see more information here

Packages

  • tailwind-config: see more information here
  • eslint-config: see more information here
  • tsconfig: see more information here

Each package/app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Build

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

cd dev_challenges_frontend
pnpm build

Develop

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

cd my-turborepo
pnpm dev

About


Languages

Language:CSS 37.4%Language:HTML 23.7%Language:TypeScript 18.3%Language:MDX 13.0%Language:JavaScript 7.5%