SPFx - File Structure
1. .vscode folder -> Contain the debugging and task configuration
extensions.json
launch.json
settings.json
2. Config Folder - Contains JSON files that defines the configuration of SPFx solution
config.json
copy-assets.json
deploy-azure-storage.json
package-solution.json
serve.json
write-mainfests.json
3. Node_module => contains javascript modules dependencies
4. src Folder
loc - interface and languate localization
webpart.manifest.json - configuration related to webpart
webpart.modlule.scss - css for your webpart
webpart.ts - The entry point for the webpart
componenents folder
5. .gitignore:
6. .yo-rc.json
7. gulpfile.js
8. package-lock.json
9. package.josn ->this file holds various metadata relevant to the project
10. tsconfig.json -> file in a directory indicates that the directory is the root of a TypeScript project.s
11. tslint.json -> tslint checks TypeScript code for readability, maintainability, and functionality errors