Best Folder Structure For Web and Mobile Applications
By Prem kumar Everyone is developing applications many times but have you followed best practices in your application? Following best practices will give trust to the Person and application quality. I’m Each application maintaining the folder structure is very important because this folder structure should give a critical and clear understanding. I have created a folder structure with a better understanding. asserts / We can store the images . If you started folder name with a small letter then it should be the same for all the folder names. Common/ Inside common, we can go with API,Axios,Constants,i18n,string,theme,utils. API : We can go with all the API’s Axios : Try to go with common Axios functions like interceptors, base URL etc constant : Object values like country code etc I18n : Language translator String : Go with common string or names theme : Application color code and css functions Utils : Application Commonly used functions Component/ It is the one we need to write a...