A basic example of how to integrate Modelina into Next. This particular example is with Jest and TypeScript.
Run this example using:
npm i && npm run start
If you are on Windows, use the start:windows
script instead:
npm i && npm run start:windows