Skip to content

Latest commit

 

History

History

integrate-with-next

Integrate with Next

A basic example of how to integrate Modelina into Next. This particular example is with Jest and TypeScript.

How to run this example

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