yiisoft / yii-dev-panel

An application that aggregates such different modules as: Debug, Inspector, Gii and Open API
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Remote example #57

Open xepozz opened 11 months ago

xepozz commented 11 months ago
image

Terminal 1:

cd examples/remote-panel; npm run serve:dev

It serves an example project on 3002 port local system

Terminal 2:

cd packages/yii-dev-panel; npm start

It serves the yii-dev-panel project on 3000 port local system. Open localhost:3000 and click Shared in the top menu to work with remote components