Technologies: JavaScript, ReactJS, VUE.
The application is a micro-frontend proof of concepts architecture. You can run each app separately or inside the container.
Micro-frontend architecture advantages:
- team scalability
- an individual development team can choose their own technology. The development and deployment speed is very fast
- code reusability
- front-end renovation - Improving new things becomes easier.
- high Resilience and Better Maintenance.
Note: this is a yarn-based repo. Don't mix yarn and npm. Yarn will honor the yarn.lock file.
yarn install && yarn start
In the project directory, you can run:
Installs all the dependencies.
Runs the app in the development mode.
- Open container http://localhost:8000 to view it in the browser.
- Open marketing app http://localhost:8001 to view it in the browser.
- Open aut app http://localhost:8002 to view it in the browser. Open dashboard app http://localhost:8003 to view it in the browser.
You will also see any lint errors in the console.