项目作者: subzw0rld

项目描述 :
Micro FrontEnd POC using ARA framework. In this POC we have multiple React applications communicating with each other.
高级语言: JavaScript
项目地址: git://github.com/subzw0rld/ara-react-poc.git
创建时间: 2020-10-06T04:31:56Z
项目社区:https://github.com/subzw0rld/ara-react-poc

开源协议:

下载


Micro FrontEnd POC using Ara Framework

Micro FrontEnd POC using ARA framework. In this POC we have multiple React applications communicating with each other.

Running the Application

Start the Global App first

  • cd global
  • npm run dev
  • Open your browser and point it to http://localhost:8080 to verify that the server has started (Don’t worry if you see folder listing).

Start the React App

  • cd spa
  • npm start
  • The react application would render itself on browser.