0
vanillaJS project setup
How would you structure your project with vanillaJS ? for medium size scalable projects like e-commerce,realSate,blog and so on I'm struggling and thinking that's why Framework exists like React Below is the repo, which is vanillaJS project structure with ES6 modules https://github.com/Alidhuniya/vanillaJavascript-project-setup-part-2 How often you work in pureJS project?
1 Answer
0
Your organization is fine, but I honestly don't think that you should create a new module for simpler things.
(For example https://github.com/Alidhuniya/vanillaJavascript-project-setup-part-2/blob/master/js/modules/home/footer.js)
Anyway it's your project so go with any setup that you're comfortable with. Again your setup seems to be OK