Hi there!
First of all, thank you for such an amazing template! You've done a wonderful job!
What I am a little bit struggling with is integrating the template with a modern tech stack. In my case it's specifically:
- NextJS 11.0 (based on React)
- SASS
- AWS Amplify
I was able to somewhat integrate the Sass portions of the template (there are a few places where the Sass variable will have different path based on where it's included but I managed to fix that).
What is a bigger challenge is implementing the jQuery + custom plugins. I'm following this tutorial: https://kingrayhan.medium.com/how-do-i-use-jquery-in-react-app-976c124f5448 but with the volume of jQuery code in the template it's far from usable.
I was wondering if you perhaps have a list of 3rd party libraries that could be instead added via NPM and/or a documented approach on how to best tackle this?
Thanks
