{"id":18358897,"url":"https://github.com/uppercod/example-atomico-mui","last_synced_at":"2026-02-22T23:34:13.242Z","repository":{"id":113250988,"uuid":"390508587","full_name":"UpperCod/example-atomico-mui","owner":"UpperCod","description":null,"archived":false,"fork":false,"pushed_at":"2021-07-28T21:27:56.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T14:43:58.936Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://uppercod.github.io/example-atomico-mui/","language":"HTML","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/UpperCod.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-28T21:19:50.000Z","updated_at":"2021-07-28T21:27:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"d961fed8-38c4-4c53-aae2-1992d8b696bf","html_url":"https://github.com/UpperCod/example-atomico-mui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/UpperCod/example-atomico-mui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UpperCod%2Fexample-atomico-mui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UpperCod%2Fexample-atomico-mui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UpperCod%2Fexample-atomico-mui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UpperCod%2Fexample-atomico-mui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UpperCod","download_url":"https://codeload.github.com/UpperCod/example-atomico-mui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UpperCod%2Fexample-atomico-mui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29730767,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T20:09:16.275Z","status":"ssl_error","status_checked_at":"2026-02-22T20:09:13.750Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-05T22:19:50.806Z","updated_at":"2026-02-22T23:34:13.222Z","avatar_url":"https://github.com/UpperCod.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Atomico](https://raw.githubusercontent.com/atomicojs/docs/master/.gitbook/assets/h4.svg)\r\n![Atomico](https://raw.githubusercontent.com/atomicojs/docs/master/.gitbook/assets/h3.svg)\r\n\r\n### Hi, I'm [@uppercod](https://twitter.com/uppercod), creator of Atomico and I want to thank you for starting with Atomico.\r\n\r\nIf you need help you can find it at:\r\n\r\n[![twitter](https://raw.githubusercontent.com/atomicojs/docs/master/.gitbook/assets/twitter.svg)](https://twitter.com/atomicojs)\r\n[![discord](https://raw.githubusercontent.com/atomicojs/docs/master/.gitbook/assets/discord.svg)](https://discord.gg/7z3rNhmkNE)\r\n[![documentation](https://raw.githubusercontent.com/atomicojs/docs/master/.gitbook/assets/doc-1.svg)](https://atomico.gitbook.io/doc/)\r\n[![discord](https://raw.githubusercontent.com/atomicojs/docs/master/.gitbook/assets/doc.svg)](https://webcomponents.dev/edit/collection/F7dm6YnMEDRtAl57RTXU/d6E4w07fsQbb0CelYQac)\r\n\r\nNow what you have installed is a quick start kit based on Vite, which you can scale for your project, now to continue you must execute the following commands:\r\n\r\n1. `npm install`\r\n2. `npm start` : Initialize the development server\r\n3. `npm build` : Optional, Generate a build of your project from the html file [index.html](index.html).\r\n\r\n## Workspace\r\n\r\n### Notas example-atomico-mui\r\n\r\nI have modified the environment by adding:\r\n\r\n1. package.json#postcss, thus allowing to import stylesheets from node_modules.\r\n\r\n### Recommended structure\r\n\r\n```bash\r\nsite\r\nsrc\r\n  |- my-component\r\n  |  |- my-component.{js,jsx,ts,tsx}\r\n  |  |- my-component.test.js\r\n  |  |- my-component.css\r\n  |  |- README.md\r\n  |- components.js # import all components\r\n```\r\n\r\n### Add testing\r\n\r\nThe test environment is preconfigured for [@web/test-runner](https://modern-web.dev/docs/test-runner/overview/), you must complete the installation of the following devDependencies, installed the devDependencies you can execute the command `npm run test`:\r\n\r\n```bash\r\nnpm install -D @web/test-runner @esm-bundle/chai vite-web-test-runner-plugin\r\n```\r\n\r\n#### Test example\r\n\r\n```js\r\nimport { expect } from \"@esm-bundle/chai\";\r\n\r\ndescribe(\"my test\", () =\u003e {\r\n  it(\"foo is bar\", () =\u003e {\r\n    expect(\"foo\").to.equal(\"bar\");\r\n  });\r\n});\r\n```\r\n\r\n\u003e `@web/test-runner` supports asynchrony, coverage, [viewport and more](https://modern-web.dev/docs/test-runner/commands/).\r\n\r\n### NPM export\r\n\r\nAtomico owns the [@atomico/exports](https://atomico.gitbook.io/doc/atomico/atomico-exports) tool that simplifies the generation of builds, types and exports by distributing webcomponents in NPM, you must complete the installation of the following devDependencies, installed the devDependencies you can execute the command `npm run exports`:\r\n\r\n```bash\r\nnpm install -D @atomico/exports\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuppercod%2Fexample-atomico-mui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuppercod%2Fexample-atomico-mui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuppercod%2Fexample-atomico-mui/lists"}