Skip to content

Samples dont work #99

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
fasteddys opened this issue Oct 18, 2022 · 1 comment
Closed

Samples dont work #99

fasteddys opened this issue Oct 18, 2022 · 1 comment

Comments

@fasteddys
Copy link

Hello I tried with CORS allowed, and with VS code live server for localhost, both dont show any of the orgcharts, can you please share some guidance.

image

@BasicPrimitives
Copy link
Owner

We are github project, please, use yarn or npm to start webpack dev server

yarn start

open http://localhost:8080/

If you need to run it at your web site, then build it with yarn build

See package.json for available scripts:

  "scripts": {
    "test": "jest",
    "build": "webpack",
    "start": "webpack serve ",
    "apireference": "node apireference.js apireference.json"
  },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants