Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.4 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.4 KB

This folder contains implementation of React application with example of Dock Manager Overview.

Preview

You can preview example of this React application on CodeSandbox by clicking on this sample:

Edit on CodeSandbox

Source Code

You can find source code for this example in : ./src/DockManagerOverview.tsx file.

Instructions

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