Skip to content

lucasgmelo/microfrontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Microfrontend studies

This repo was made to concentrate my MF studies. There are two main projects, js-only and the main project.

🦕 JS Only

It's microfrontend application with only Javascript. Webpack was crucial to develop this. It was the first step to understand the whole architecture.

Installation

You need to install the dependencies in each package (container, cart and products)

  npm install

How to run

You can run each separately or run products, cart and then container.

  npm run start

✨ Main Project

This is a more complex application. It's a product with a Marketing page, Auth section and Dashboard. The idea is to scale the development. Marketing and Auth packages are developed with React and the Dashboard with Vue.

About

MF projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published