Quick Start
Get started with PCF Proxy Tools in just a few steps:
-
Install the tools in your PCF component folder:
cd src/YourPcfComponent/
npx github:framitdavid/pcf-cli-proxy-tools -
Copy and edit the environment file:
cp .env.example .env
# Edit .env to match your system (see Reference for details) -
Build your PCF component:
npm run build
# or
npm run start:watch -
Start the local proxy:
npm run dev:proxy -- YourComponentName
-
Test in Dynamics 365:
- Chrome will open automatically with the correct proxy settings.
- Do a hard refresh (Ctrl+Shift+R) in Dynamics to load your local bundle.
For more details, see the Tutorials, How-to guides, and Reference sections.