# Packages
No description provided by the author
# README
Orbit Micro-Frontend
This project demonstrates a micro frontend project with orbit.
Setup
- Run
npm install
to install the required dependencies. - Run the orbit build command, you can use the command
orbit build --pacname=orbitgen
- Run with
go run main.go
to run the project. - Navigate to localhost:3003 in your web browser.