{"id":21977383,"url":"https://github.com/zmitry/test-task","last_synced_at":"2026-04-07T09:32:09.606Z","repository":{"id":110954063,"uuid":"121141998","full_name":"zmitry/test-task","owner":"zmitry","description":null,"archived":false,"fork":false,"pushed_at":"2018-02-11T16:22:22.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T20:10:03.850Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/zmitry.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":"2018-02-11T16:21:58.000Z","updated_at":"2018-02-11T16:22:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4529124-2c3d-4d28-8164-c3cbc7b05134","html_url":"https://github.com/zmitry/test-task","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zmitry/test-task","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmitry%2Ftest-task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmitry%2Ftest-task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmitry%2Ftest-task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmitry%2Ftest-task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zmitry","download_url":"https://codeload.github.com/zmitry/test-task/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmitry%2Ftest-task/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31508023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-29T16:14:29.420Z","updated_at":"2026-04-07T09:32:09.601Z","avatar_url":"https://github.com/zmitry.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Parcel Example\n\nA minimum viable React app with [Parcel Bundler](https://parceljs.org)\n\n**What's inside?**\n\n* `parcel-bundler`\n* `react`\n* `react-dom`\n* `babel-preset-react-app`\n* `autoprefixer`\n\n\u003e Also [checkout out the TypeScript branch](https://github.com/jaredpalmer/react-parcel-example/tree/typescript)\n\n## Getting started\n\nClone and install deps\n\n```\ngit clone git@github.com:jaredpalmer/react-parcel-example.git\ncd react-parcel-example\nyarn\nyarn start\n```\n\nThen open `http://localhost:1234` and edit `index.js` and press save. Parcel\nwill automagically hot reload you files whenever you make changes.\n\n## Building for Production\n\n```\nnpm run build\n```\n\nThis will compile your JS and copy your `index.html` to the `dist` folder which\nyou can deploy wherever as a good ol' webpage.\n\n## CSS\n\n[Parcel uses PostCSS plugins to manage CSS assets](https://parceljs.org/transforms.html#postcss).\nI've included `autoprefixer` for vendor prefixing with the same setup as\n`create-react-app`. You can find and modify the PostCSS setup in `package.json`.\nIf you'd rather keep your PostCSS setup in a dotfile, you can delete the\n`postcss` key from `package.json`, and place its contents in a `.postcssrc` file\ntoo.\n\n## Folder structure and relative paths\n\nKeeping everything in the root directory obviously won't scale past a point.\nParcel is very flexible about folder structure, but there are a few gotchas.\n\n### Moving JS entry\n\nWhen you do move index.js just make sure to update the `\u003cscript\u003e` tag in\n`index.html` so that it points to the correct relative path.\n\nFor example, if you want to move `index.js` to `src/index.js`, you would need\nmake the following change to `index.html`:\n\n```\n\u003c   \u003cscript src=\"./index.js\"\u003e\u003c/script\u003e\n---\n\u003e   \u003cscript src=\"./src/index.js\"\u003e\u003c/script\u003e\n```\n\n### Moving `index.html`\n\nIf you want to move `index.html`, you will need to update your npm scripts in\n`package.json` with the new relative path.\n\n## Deployment\n\nRefer to the deployment guide in `create-react-app`, just note that you will\nneed to account for the fact that Parcel builds out to a `dist` directory, while\nCRA builds to a `build` directory. You can make it identical by adding\n`--out-dir build` to both `start` and `build` npm tasks in `package.json`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmitry%2Ftest-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzmitry%2Ftest-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmitry%2Ftest-task/lists"}