Skip to content
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

How to fork and try the sample? #10

Open
ghost opened this issue May 9, 2021 · 0 comments
Open

How to fork and try the sample? #10

ghost opened this issue May 9, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented May 9, 2021

Hello, I would like to try this repo, the instructions say:
1. Fork and then clone the repo.
2. Run and try the sample.

I tried setup it on: apache, node, and arcgis web appbuilder (developer edition). However, none of they work for me.
In apache (httpd) an error occurs when index.html require the file app/welcome.js

<script>
  require(["c-through/welcome",  "dojo/domReady!"],function(Welcome){
    var welcome = new Welcome();
    welcome.init();    
  });
</script>

Help me please @lisastaehli.

@ghost ghost changed the title How to How to fork and try the sample? May 10, 2021
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

0 participants