The goal of this app is to provide a sample code for geosys MFE integration in a React app shell.
Geosys MFE available:
- Weather Widget (Angular)
- Time Series Viewer (Angular)
- Boundary Management (React)
- Clone/download repo
yarn install
(ornpm install
for npm)
Development
yarn run start-dev
- Build app continuously (HMR enabled)
- RootApp served @
http://localhost:3100