How get classic HTML/JavaScript/CSS files? #3583
Unanswered
MRoose
asked this question in
Q&A / Support
Replies: 2 comments
-
Yes, you should run the command |
Beta Was this translation helpful? Give feedback.
0 replies
-
@MRoose please follow the instructions in the readme for the UMD bundle aka CDN mode! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
Don't rush to fall over laughing, I'm a backend developer on Java with some knowledge of the JavaScript and Node.js.
I have a backend service with GraphQL-server functionality and want has embedded GraphiQL UI.
I have already done this by taking the version Unpkg (CDN) from examples.
Now I need to get rid of CDN, so that all the necessary files are in the resources of my service.
My service by some endpoint return HTML-file, therefore there should be no use of Node.js, TS and etc.
Did I understand correctly, after cloning I need to go to the folder
examples/graphiql-create-react-app
and run the commandyarn build
?Beta Was this translation helpful? Give feedback.
All reactions