Exploring the vast array of tutorials and code examples on the Codrops site has been an enlightening experience. Codrops Website I'm eager to incorporate some of these resources into my SilverStripe projects as well. SilverStripe CMS
After learning how to install them in my site's theme folder using NPM, I've found myself pondering about the ideal location for installing dependencies like the node_modules folder. Currently, I am segregating HTML code from the index.html file within the src folder included in the NPM tutorial, moving them into separate CSS and JS folders intended for a SilverStripe project.
One specific module that caught my attention is: Letters Animation by Codrops
While I'm attempting to navigate this process independently, any guidance or best practices for integrating these modules into SilverStripe would be greatly appreciated.