Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 334 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 334 Bytes

Monorepo with react MFE in ember app

Usage

Install packages

pnpm install

To start the admin react app alone in the dev server

pnpm admin dev

To start the ember with the admin react app run the following commands in different tabs

pnpm admin build --watch
pnpm admin preview
pnpm app start