Open majoshi1 opened 1 month ago
What I do is:
nx run zudoku:build:ci
npx serve@latest packages/zudoku/standalone
// then open this for example:
http://localhost:3000/demo?api-url=https://rickandmorty.zuplo.io/openapi.json
This serves as an example for how to use it with HTML (see docs) and we use it on zudoku.dev to serve the demo.
Thanks for the details. I could run it. Although, the page does not update if I make any change in code e.g. DemoAnnouncement.tsx
. It worked only after I repeated above steps. Is it possible to make changes and test them simultaneously?
I cloned the repo and could run examples. But also see files
demo.html
/demo.tsx
underpackages/zudoku
folder. Is it possible to rundemo.html
, in local?OS: Windows 10. Client: Git Bash