This folder contains implementation of React application with example of Dock Manager Overview.
You can preview example of this React application on CodeSandbox by clicking on this sample:
You can find source code for this example in : ./src/DockManagerOverview.tsx file.
To set up this project locally, execute these commands:
git clone https://github.com/IgniteUI/igniteui-react-examples.git
cd ./igniteui-react-examples
cd ./samples/layouts/dock-manager/overview
open above folder in VS Code or type:
code .
In terminal window, run:
npm install
npm run-script start
Then open http://localhost:4200/ in your browser