Skip to content

Instantly share code, notes, and snippets.

@owenmecham
Created June 11, 2023 06:31
Show Gist options
  • Save owenmecham/55b97286d1f8c76a052025a2fbd720b0 to your computer and use it in GitHub Desktop.
Save owenmecham/55b97286d1f8c76a052025a2fbd720b0 to your computer and use it in GitHub Desktop.
MFE Exercise 1 Getting Started
git clone https://github.com/owenmecham/module-federation-2023.git {pickname}
// {pickname} will default to `module-federation-2023` if left blank
cd {pickname}
// Install Dependencies
npm i
// Launch VS Code
code .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment