{"id":13393670,"url":"https://github.com/willmendesneto/micro-frontend-pages","last_synced_at":"2025-08-20T16:32:52.489Z","repository":{"id":27066186,"uuid":"99459550","full_name":"willmendesneto/micro-frontend-pages","owner":"willmendesneto","description":"Simulate a micro frontend project using NodeJS, React and NGinx Reverse Proxy in Alpine Docker images","archived":false,"fork":false,"pushed_at":"2023-03-01T22:32:43.000Z","size":401,"stargazers_count":183,"open_issues_count":35,"forks_count":25,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-12-06T07:50:30.838Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willmendesneto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-06T02:30:18.000Z","updated_at":"2024-03-21T17:07:14.000Z","dependencies_parsed_at":"2024-10-25T13:55:02.423Z","dependency_job_id":null,"html_url":"https://github.com/willmendesneto/micro-frontend-pages","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willmendesneto%2Fmicro-frontend-pages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willmendesneto%2Fmicro-frontend-pages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willmendesneto%2Fmicro-frontend-pages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willmendesneto%2Fmicro-frontend-pages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willmendesneto","download_url":"https://codeload.github.com/willmendesneto/micro-frontend-pages/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230438185,"owners_count":18225870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T17:00:58.422Z","updated_at":"2024-12-19T13:08:30.922Z","avatar_url":"https://github.com/willmendesneto.png","language":"JavaScript","funding_links":[],"categories":["Tools","JavaScript","Uncategorized"],"sub_categories":["Related","Uncategorized"],"readme":"# Micro Frontend Pages\n\n\u003e Simulate a micro frontend project using NodeJS, React and NGinx Reverse Proxy in Alpine Docker images\n\nThis project is based on [my talk at JSConf.Asia 2018 about Micro Frontend applications](https://goo.gl/KK7K4N).\n\n- Slides: https://goo.gl/51sDkh\n- Youtube video: https://goo.gl/KK7K4N\n\n## Examples of this project using Angular\n\nTo check this example using Angular in [this link](http://bit.ly/ngx-micro-frontend-pages)\n\n## Setup\n\nPlease make sure that you have Docker and Docker compose installed in your machine. After that, just run the command\n\n```bash\n$ docker-compose up\n# or \"docker-compose up --build\"\n# if you want to rebuild the containers\n```\n\nAnd, after that, you'll can check the performance of Docker images using `docker stats` command.\n\n## About the folders\n\nEvery folder is part of the Micro Frontend Pages demo project. In this project we have 4 folders with connected content.\n\n### Monolith\n\nThe folder `monolith` is the default page of our project, so when you run the project using the commands:\n\n```bash\nnvm use # or make sure you are using NodeJS v8.1.4\nnpm install\nnpm start\n```\n\nand access `http://localhost:8888` you will see the web application with links for all other pages. This is the legacy code we are using as a base for our migration from monolith to microfrontend `\\o/`!\n\n### NGinx\n\nNGinx is being used to make a reverse proxy, connecting every single page as only one application for the users. It's connected with all pages and related projects.\n\n### Home\n\nThe folder `home-page` is the default page of our project, so when you run the containers using `docker-compose up` command and access `http://localhost:8888` you will see the main page or our project with links for all other pages\n\n### Docs\n\nThe folder `docs-page` is the docs page of our project. The page is quite simple for now and it's one of the state in our project. You can access the page accessing `http://localhost:8888/docs`.\n\n### Checkout\n\nThe folder `checkout-page` is the checkout page of our project. The page is quite simple for now and it's one of the state in our project. You can access the page accessing `http://localhost:8888/checkout`.\n\n### Categories page\n\nThe folder `items-page` is the list of items page of our project. The page has a list of items by category, linking to a specific page for a item in our project. You can access the list page accessing `http://localhost:8888/items` and the list item page acessing `http://localhost:8888/items/:id`.\n\n## Author\n\n**Wilson Mendes (willmendesneto)**\n\n- \u003chttps://plus.google.com/+WilsonMendes\u003e\n- \u003chttps://twitter.com/willmendesneto\u003e\n- \u003chttp://github.com/willmendesneto\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillmendesneto%2Fmicro-frontend-pages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillmendesneto%2Fmicro-frontend-pages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillmendesneto%2Fmicro-frontend-pages/lists"}