How to deploy a Three.js project on GitHub? (Not using Webpack)

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024

Комментарии • 34

  • @knightcube
    @knightcube  3 года назад +1

    In this video, I show you how to deploy a Three.js project on GitHub. You can use the same steps to deploy projects on GitHub pages for live demo or testing purposes.
    00:00 - Introduction
    00:12 - How to create a basic Three.js scene?
    08:00 - How to deploy a Three.js project to GitHub Pages?

    • @junesbee
      @junesbee 2 года назад

      hi, i coded the same exact code as you did, but when open with live server, the page is blank. Is there anything that I should do before setting up these files?

  • @halalgunna1023
    @halalgunna1023 2 года назад +2

    this video saved my final project. thank you so much!

  • @fragger.sharma9593
    @fragger.sharma9593 3 года назад +2

    Thank you very much this was what I really needed!

  • @jcruz6888
    @jcruz6888 2 года назад

    Have not tried it just yet but it's nice to see that it is possible.

  • @ehh_dev2546
    @ehh_dev2546 3 года назад +1

    I see you with the three.js skills bro!! Keep up the content!!!

  • @ivankrushinsky2395
    @ivankrushinsky2395 Год назад +1

    Thanks! this video helps a lot!

  • @samsil187
    @samsil187 2 года назад +2

    Hi I think your missing some steps. The "live server" feature is something you have to install as an extension. It would have been useful to note that. Also, the git command to git remote add origin isn't working for me. I suppose there is something you left out that needs to be isntalled

  • @raghdanalhennawi2646
    @raghdanalhennawi2646 3 года назад +7

    Thank you for the great video! in case you are using ViteJs when building the website on the local server, how can you deploy it on GitHub?

  • @synoplex8042
    @synoplex8042 3 года назад +1

    keep on bringing these stuff sir

  • @prathamgwari9027
    @prathamgwari9027 3 года назад +5

    The project works fine locally but after uploading on github pages my page is blank. Only html seems to work and javascript dosen't. Please let me know if anyone knows how to fix this

  • @sejaldahake2745
    @sejaldahake2745 2 года назад

    Thank you so much :) This was a saviorrr

  • @andyklenzman3845
    @andyklenzman3845 2 года назад +1

    thank you!

  • @LuciusVulpes
    @LuciusVulpes Год назад

    Help! I did everything but when I deploy it at the end, it does say that the site is live, however, it shows a black screen as opposed to what I actually did in threejs

  • @devanteswing701
    @devanteswing701 Год назад

    does anyone have the issue of everything pushing but the three.js? going crazy trying to find a solution

  • @012anon
    @012anon Год назад

    does it work if i install the dependency instead of using cdn?

  • @avcloud5768
    @avcloud5768 Год назад

    Bro, how I host in aws localhost to domain

  • @Investingure
    @Investingure 2 года назад

    is there any other way to publish a threejs website with custom domain?
    ?

  • @gamuchiraindawana2827
    @gamuchiraindawana2827 Год назад

    How could I add orbit controls?