https://github.com/joosenavarro/films-host-app
This project is a microfrontend application called Films App, with the host project responsible for coordinating the two microfrontends. It is built using React.js and follows a microfrontend architecture based on custom elements.
https://github.com/joosenavarro/films-host-app
Last synced: 4 months ago
JSON representation
This project is a microfrontend application called Films App, with the host project responsible for coordinating the two microfrontends. It is built using React.js and follows a microfrontend architecture based on custom elements.
- Host: GitHub
- URL: https://github.com/joosenavarro/films-host-app
- Owner: JooseNavarro
- Created: 2023-09-13T04:23:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T04:46:19.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T10:20:24.014Z (5 months ago)
- Language: TypeScript
- Size: 729 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Films App
This project is a microfrontend application called Films App, with the host project responsible for coordinating the two microfrontends. It is built using React.js and follows a microfrontend architecture based on custom elements.

## Local Setup
## Microfronts
- [Microfront Item](https://github.com/JooseNavarro/mf-films-item)
- [Microfront List](https://github.com/JooseNavarro/mf-films-list)To run the project locally, you will need to have the host and both microfrontends running. Follow the steps below:
1. Navigate to the `films-app` directory:
```
cd films-host-app
```2. Install dependencies:
```
npm install
```3. Start the development server:
```
npm run dev
```
4. Open:
```
http://127.0.0.1:5173/
```Make sure to have the necessary configurations in place for each microfrontend to ensure smooth operation.
## Technologies Used
- React.js
- Custom Elements (Microfrontend Architecture)## Contributing
If you'd like to contribute to this project, please follow these steps:
1. Fork the repository
2. Create a new branch for your feature or bug fix
3. Make your changes and test thoroughly
4. Create a pull request with a detailed description of your changes## Authors
Jose navarro