Skip to content

msa-ez/topping-micro-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

topping-micro-frontend

Local development

Run the root-config:

cd microfrontend-root
npm i
npm run start

In the browser console, run the following:

localStorage.setItem("devtools", true);

Run the home project:

cd microfrontend-home
npm i
npm run build
npm run serve:standalone

Set an import map override to https://localhost:9090/js/app.js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.3%
  • CSS 17.0%
  • EJS 10.1%
  • HTML 7.9%
  • Dockerfile 3.8%
  • Shell 0.9%