Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 929 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 929 Bytes

Microfrontend pokedex app

Built using

Get Started

  1. Clone Repo

  2. Global install pnpm npm i -g pnpm and install deps using cmd pnpm i

  3. 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
  1. From the root of the project, run all workspaces parallely pnpm run --parallel dev

  2. App shell severed on localhost:8083

Microfrontend Architecture

pokedex mfe