Skip to content

Running the sample application

Alessia Bellisario edited this page Sep 20, 2023 · 1 revision

Running the sample application

We provide a sample application to run when developing and testing the extension. To run it, install the required dependencies for both the client and server:

npm run install:dev

Then start the application:

npm run start:dev

Navigate to localhost:3000 to view the application. To view the API schema, navigate to localhost:4000.

Clone this wiki locally