{"id":13852251,"url":"https://github.com/micahgodbolt/front-end-architecture","last_synced_at":"2025-04-12T19:50:47.648Z","repository":{"id":22057137,"uuid":"25386001","full_name":"micahgodbolt/front-end-architecture","owner":"micahgodbolt","description":"Raise a Banner. Take up the Torch. It's time to make Front-end Architecture matter! #frontendarch","archived":false,"fork":false,"pushed_at":"2020-03-27T18:30:26.000Z","size":37,"stargazers_count":953,"open_issues_count":6,"forks_count":108,"subscribers_count":74,"default_branch":"master","last_synced_at":"2024-05-22T19:33:37.965Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/micahgodbolt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-18T03:24:20.000Z","updated_at":"2024-04-24T15:54:24.000Z","dependencies_parsed_at":"2022-07-07T17:30:49.299Z","dependency_job_id":null,"html_url":"https://github.com/micahgodbolt/front-end-architecture","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micahgodbolt%2Ffront-end-architecture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micahgodbolt%2Ffront-end-architecture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micahgodbolt%2Ffront-end-architecture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micahgodbolt%2Ffront-end-architecture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micahgodbolt","download_url":"https://codeload.github.com/micahgodbolt/front-end-architecture/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248625501,"owners_count":21135513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T22:01:11.433Z","updated_at":"2025-04-12T19:50:47.628Z","avatar_url":"https://github.com/micahgodbolt.png","language":null,"funding_links":[],"categories":["Others","Computer Networking and Security"],"sub_categories":[],"readme":"# Front-end Architecture\n\nRaise a Banner. Take up the Torch. It's time to make Front-end Architecture matter!\n\n\u003e This is meant as a public space for people to contribute and show their support for the discipline of Front-end Architecture. Feel free to create pull requests to add content. Open issues to discuss ideas, or get clarification. As sections grow, we'll eventually break them into their own files.\n\n## Definition\nFront-end Architecture is a collection of tools and processes that aims to improve the quality of our front-end code while creating a more efficient and sustainable workflow.\n\nA Front-end developer's audience is the website user, a Front-end Architect's audience is the developer themselves.\n\n## Working Components of Front-end Architecture\n* Code\n  * HTML5/WAI-ARIA\n  * CSS/Sass Code standards and organization\n  * Object-Oriented approach (how do objects break down and get put together)\n  * JS frameworks/organization/performance optimization techniques\n  * Asset Delivery - Front-end Ops\n* Documentation\n  * Onboarding Docs\n  * Styleguide/Pattern Library\n  * Architecture Diagrams (code flow, tool chain)\n* Testing\n  * Performance Testing\n  * Visual Regression\n  * Unit Testing\n  * End-to-End Testing\n* Process\n  * Git Workflow\n  * Dependency Management (npm, Bundler, Bower)\n  * Build Systems (Grunt/Gulp)\n  * Deploy Process\n  * Continuous Integration (Travis CI, Jenkins)\n\n## Resources\n### Books\n- [Front-end Architecture: A Modern Blueprint for Scalable and Sustainable Design Systems](http://fea.pub)\n\n### General Articles\n- [Micahgodbolt.com](https://micahgodbolt.com)\n- [Styleguide Generator Roundup](http://welchcanavan.com/styleguide-roundup/)\n- [@klamping's FEA Outline](https://github.com/klamping/Front-end-Architecture-Outline)\n- [What is Front-end Architecture by Elyse Holladay](http://www.elyseholladay.com/posts/2014/10/16/front-end-architect/)\n- [Frontend Architecture as a Forethought by Gideon Kreitzer](http://stacksage.com/frontend-architecture-as-a-forethought/)\n- [Duties, Skills, \u0026 Knowledge of a Software Architect by Carnegie Mellon University](https://www.sei.cmu.edu/architecture/research/previousresearch/duties.cfm)\n\n### OO and Code standard Links\n- [Idiomatic CSS](https://github.com/necolas/idiomatic-css)\n- [Idiomatic Sass](https://github.com/anthonyshort/idiomatic-sass)\n- [Used and Abused – CSS Inheritance and Our Misuse of the Cascade](http://phase2technology.com/blog/used-and-abused-css-inheritance-and-our-misuse-of-the-cascade/)\n- [CSS Guidelines](http://cssguidelin.es/) by Harry Roberts\n- [Web Performance Metrics](http://nparashuram.com/perfslides/)\n\n### Testing Tools\n__Performance Testing__\n- [browser-perf](https://github.com/axemclion/browser-perf)\n- [latency-benchmark](http://google.github.io/latency-benchmark)\n- [Lighthouse](https://developers.google.com/web/tools/lighthouse/)\n- [YSlow](http://yslow.org/)\n\n__Visual Regression__\n- [Wraith](https://github.com/BBC-News/wraith)\n- [PhantomCSS](https://github.com/Huddle/PhantomCSS)\n- [Diffux](https://github.com/diffux/diffux)\n- [Huxley](https://github.com/facebook/huxley)\n- [Gemini](https://github.com/bem/gemini)\n- [Screener](https://screener.io)\n\n__Unit Testing__\n- [Jasmine](http://jasmine.github.io/)\n- [Jest](https://facebook.github.io/jest/)\n- [Mocha](http://visionmedia.github.io/mocha/)\n\n### Documentation Tools\n- [Hologram](https://github.com/trulia/hologram)\n- [Sassdoc](https://github.com/SassDoc/sassdoc)\n\n### Automation Tools\n- [Selenium](http://www.seleniumhq.org/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicahgodbolt%2Ffront-end-architecture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicahgodbolt%2Ffront-end-architecture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicahgodbolt%2Ffront-end-architecture/lists"}