In this post, we will see how to resolve Particles.js particles not loading up on website
Question:
It just doesn’t show up. The console is also of no help. No particles appear.Github: https://github.com/AbdulXDG/Prodactiv
I tried linking to the cdn, downloading the files manually and linking it but it doesn’t work. I tried everything online but I couldnt fix it.
Best Answer:
Add<script src="app.js"></script>
in your index.html
before closing the body
.If you have better answer, please add a comment about this, thank you!
Source: Stackoverflow.com