You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This folder contains example to demonstrate the usage of the [`@stantanasi/jsonapi-client`](https://www.npmjs.com/package/@stantanasi/jsonapi-client) package
4
+
5
+
Refer to [`./src/index.ts`](./src/index.ts) and other files for example usage
6
+
7
+
## Getting started
8
+
9
+
### Prerequisites
10
+
11
+
- Install [Node.js](https://nodejs.org) which includes [Node Package Manager](https://www.npmjs.com/get-npm)
12
+
13
+
### Setup
14
+
15
+
Install the packages required
16
+
17
+
```bash
18
+
npm install
19
+
```
20
+
21
+
## Development
22
+
23
+
Run the application
24
+
25
+
```bash
26
+
npm run start
27
+
```
28
+
29
+
You can freely modify [`./src/index.ts`](./src/index.ts) and other files to test
0 commit comments