Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run this project? #32

Open
sagarbhosale91 opened this issue Sep 28, 2022 · 2 comments
Open

How to run this project? #32

sagarbhosale91 opened this issue Sep 28, 2022 · 2 comments

Comments

@sagarbhosale91
Copy link

No description provided.

@MarcinMysliwiec
Copy link

I would also like to know. Anyone? :P

@demansou
Copy link
Collaborator

demansou commented Nov 4, 2022

If you're looking to run the generator, navigate from root to ./generators/microsoft-employee-experience-generator

run npm run yo:install

You'll more than likely need to install yo globally along with some other packages that aren't listed in the package.json

OR

It might be easier to run the sample project by navigating from root to ./samples/sample-react-micro-frontend

run npm run serve

If you're having trouble finding "@micro-frontend-react/core", you can follow these steps to build it locally and assign to npm:

From root, navigate to ./packages/micro-frontend-react

Build the package and use npm link (Documentation: https://docs.npmjs.com/cli/v7/commands/npm-link)

Navigate back to the folder for your project that needs the package (for example ./samples/sample-react-micro-frontend)

Run npm link @micro-frontend-react/core

Run npm install

You should be able to complete install.

(These might be backwards, I haven't been associated with this project in a few months now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants