Skip to content

Commit 89ab539

Browse files
Update README.md
1 parent 06f1fb7 commit 89ab539

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
11
# Performing-data-and-CRUD-operations-in-ej2-angular-grid-using-GraphQLAdaptor
22
Discover seamless data integration with Syncfusion's EJ2 Angular Grid using GraphQLAdaptor in this sample repository. Explore efficient techniques for handling filtering, sorting, paging operations, and CRUD operations within your Angular applications, empowering you to manage and display data effectively.
3+
4+
## Run the GraphQL Server
5+
To run the server, you need to install the required pacakges using the below command
6+
```bash
7+
npm install
8+
```
9+
and run using
10+
```bash
11+
npm run dev
12+
```
13+
## Run the client Grid application
14+
To run the client, you need to install the required pacakges using the below command
15+
```bash
16+
npm install
17+
```
18+
and run using
19+
```
20+
npm start
21+
```

0 commit comments

Comments
 (0)