lesenelir / conf

a monorepo project about configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conf

Steps

  • Create a PNPM Workspace

    • Initial a new PNPM workspace to manage dependencies and version.
  • Utils package

    • Setup tsconfig.json for Typescript project configurations.
    • Utilize Rollup for bundling Typescript code into a single package.
  • UI package

    • Setup tsconfig.json to configure Typescript settings for the React Project.
    • Utilize Rollup for bundling the React code into a single package.
  • App vite-react-app

    • This file is to test the ui package.

About

a monorepo project about configuration


Languages

Language:TypeScript 84.9%Language:JavaScript 9.8%Language:CSS 4.3%Language:HTML 1.0%