-
React with TS
-
Clone Repo
-
Global install pnpm
npm i -g pnpm
and install deps using cmdpnpm i
-
Generate DaisyUI and Tailwind css classes
- Navigate to mfe-ui-components package -
cd packages\mfe-ui-components\
- Run cmd
pnpx tailwindcss -i ./src/input.css -o ./dist/output.css
-
From the root of the project, run all workspaces parallely
pnpm run --parallel dev
-
App shell severed on localhost:8083