Skip to content

Techniques, strategies and recipes for building a modern web app with multiple teams that can ship features independently.

Notifications You must be signed in to change notification settings

shriomtri/micro-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server Side Rendering

Starting nginx and all team containers

docker-compose up --build

Once everything is build an running you can access the assembled product page via http://127.0.0.1:3000/.

TODO: elaborate

Filtering and recoloring the docker compose log using colout

docker-compose up --build | colout "team_green_1" green | colout "team_blue_1" cyan | colout "team_red_1" red | colout "nginx_1" white | grep -v "\.jpg"

Reference: Micor Frontend Org

About

Techniques, strategies and recipes for building a modern web app with multiple teams that can ship features independently.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published