/roda-mfe

Primary LanguageEJSMIT LicenseMIT

Monorepo Microfrontend using Single-SPA

Description

This is an template for a single-SPA application using the Monorepo to allocate all resources needed for the application.

Install

To this template is recommended to use Yarn because the application is based on Workspaces.

$ yarn install

or

$ yarn 

Run development

Running all application in a single instance

$ yarn start:all

Running only one application in a single instance

$ yarn workspace @roda/root start

or

$ yarn workspace @roda/home start