I am interested in Bootstrap's theme 'Good'. Before purchasing I decided to open the inspector of my browser to check the JavaScript, HTML and CSS code. And i think that it is written complex, like there the buttons for example aren't named 'btn_submit' or something else but 't' in JavaScript. To rewrite the code with this basis would be very hard. May it is just the preview to hinder people copying without purchasing a license and the purchased version is clear? I hope you understand my problem and can help me.
I purchased the theme to start developing. I thought, I am good in programming but this theme makes me thinking, I'm a noob.. I don't understand the whole system behind the theme and the precoded javascript looks very specific for the preview of the theme. The documentation helped a bit, but there a just questions left. I wouldn't ask if I can solve my problems myself, but would it be possible that you show my theme via discord or something else? Hoping for response...thank you.
Regards
(P.S.: I am German, but I am able to speak English with some faults :-))
As explained in the above docs you will need to work with the "theme/src/js" folder to edit the javascript code and use the gulp task to compile it to the assets folder.
The compiled js/css code in the assets folder is the result of the gulp tasks when you edit the code in the "src" folder so you do not need to work with the js/css code in the assets folder.
Moving forward please check below video tutorials:
The above tutorials are made for the Metronic theme but can be applied for the Good theme as well since all our latest products use the same core framework.