Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 41a1412

Browse files
Ghislain BeaulacGhislain Beaulac
authored andcommitted
update readme with demo link
1 parent 379a684 commit 41a1412

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ The goal is of course to be able to run SlickGrid within Angular 4+ but also to
2323
- [Bootstrap 4 demo](https://ghiscoding.github.io/angular-slickgrid-bs4-demo) / [examples repo](https://github.com/ghiscoding/angular-slickgrid-bs4-demo/tree/master/src/app/examples)
2424

2525
#### Working Demo
26-
For a complete and working demo, you can clone the [Angular-Slickgrid Bootstrap 4](https://github.com/ghiscoding/angular-slickgrid-bs4-demo) repository. That repo is updated frequently and is the actual [Bootstrap 4 demo](https://ghiscoding.github.io/angular-slickgrid-bs4-demo).
26+
For a complete and working local demo, you can clone the [Angular-Slickgrid Bootstrap 4](https://github.com/ghiscoding/angular-slickgrid-bs4-demo) repository. That repo is updated frequently and is the actual [Bootstrap 4 demo](https://ghiscoding.github.io/angular-slickgrid-bs4-demo).
27+
```bash
28+
git clone https://github.com/ghiscoding/angular-slickgrid-bs4-demo
29+
npm install
30+
npm start
31+
```
2732

2833
#### Material Theme
2934
Technically speaking, `Material` theme is not provided, but it should still work.

0 commit comments

Comments
 (0)