Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 391 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 391 Bytes

Microfrontend Github Search

  1. Search Repository (Build with React)
  2. Search Users (Build with Angular)
  3. Sidebar for navigation (Build with Vue)

How to run this project

  1. Clone this project
  2. Jump into each app folder and do:
    • npm install
  3. Then start the app-search-github with:
    • npm install
    • npm run start
  4. Open up http://localhost:9000 in a web browser.