Skip to content

vinomanick/ember-react-mfe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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