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

SDA-4544 Allow to load react dev tools chrome extension #2145

Conversation

baphony
Copy link
Contributor

@baphony baphony commented May 3, 2024

https://perzoinc.atlassian.net/browse/SDA-4544

Short version:

# Run SFE with Startpage targeting ST3 in WSL
cd ~/work/symphony/sfe-lite
yarn watch --pod st3.dev 
npm run dev -- --enableReactDevTools --url=https://local-dev.symphony.com:9090

You might need to reload the page in order to see the extension in Chrome dev tools.

Long version:

# Run Startpage in WSL
cd ~/work/symphony/startpage/startpage-service
mvn spring-boot:run -Dspring-boot.run.profiles=local
# Run SFE with Startpage targeting ST3 in WSL
cd ~/work/symphony/sfe-lite
yarn watch --pod st3.dev --useStartpage client2
# Run C9 in WSL
~/work/symphony/sfe-rtc/packages/symphony-c9
yarn watch
# Run SDA
## In Powershell: 3 dashes
npm run dev --- --enableReactDevTools --url=https://local-dev.symphony.com:9090/apps/client2?sp-extension=symphony-c9:local --c9args="-a -r https://rest-jjj.qa2.xhoot.com/" --userDataPath="C:\\sym-configs\\u1"
## In cmd: 2 dashes
npm run dev -- --enableReactDevTools --url=https://local-dev.symphony.com:9090/apps/client2?sp-extension=symphony-c9:local --c9args="-a -r https://rest-jjj.qa2.xhoot.com" --userDataPath="C:\\sym-configs\\u1"

image

@sbenmoussati sbenmoussati merged commit e6cdae2 into finos:main May 7, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

None yet

4 participants