{"id":15393202,"url":"https://github.com/shahzaibkhalid/shaizei-starter-javascript","last_synced_at":"2026-01-20T04:10:46.471Z","repository":{"id":39558087,"uuid":"173486791","full_name":"shahzaibkhalid/shaizei-starter-javascript","owner":"shahzaibkhalid","description":"🚀 —  An official starter kit for React-JavaScript applications created with @shaizei/cli.","archived":false,"fork":false,"pushed_at":"2023-02-28T09:56:07.000Z","size":2148,"stargazers_count":1,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T15:50:54.034Z","etag":null,"topics":["react","react-boilerplate","react-starter-kit","reactjs"],"latest_commit_sha":null,"homepage":"","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/shahzaibkhalid.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":"2019-03-02T18:54:55.000Z","updated_at":"2021-10-09T22:49:16.000Z","dependencies_parsed_at":"2024-10-19T01:07:32.911Z","dependency_job_id":null,"html_url":"https://github.com/shahzaibkhalid/shaizei-starter-javascript","commit_stats":{"total_commits":91,"total_committers":2,"mean_commits":45.5,"dds":"0.17582417582417587","last_synced_commit":"25bd07c5ce63bff4f4d136a8e49f120639964307"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shahzaibkhalid/shaizei-starter-javascript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahzaibkhalid%2Fshaizei-starter-javascript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahzaibkhalid%2Fshaizei-starter-javascript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahzaibkhalid%2Fshaizei-starter-javascript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahzaibkhalid%2Fshaizei-starter-javascript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shahzaibkhalid","download_url":"https://codeload.github.com/shahzaibkhalid/shaizei-starter-javascript/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahzaibkhalid%2Fshaizei-starter-javascript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28595586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"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":["react","react-boilerplate","react-starter-kit","reactjs"],"created_at":"2024-10-01T15:18:14.988Z","updated_at":"2026-01-20T04:10:46.456Z","avatar_url":"https://github.com/shahzaibkhalid.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eshaizei-starter-kit\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eAn official starter kit for React-JavaScript applications created with @shaizei/cli.\u003c/p\u003e\n\n# Commands\n\nHere's a brief summary of the commands that you can run inside the applications\ncreated with `@shaizei/cli`.\n\nNote that these commands are the ones that are available by default, you can extend\nthe applications in whatever way you want and add many more scripts of your choice.\n\n## Starting Development Server\n\nIn order to start the development server, run the following command:\n\n```shell\nshaizei develop\n```\n\n## Building Production Bundles\n\nIn order to generate an optimized production bundle of your application, run the\nfollowing command:\n\n```shell\nshaizei build\n```\n\n## Running Linting\n\nIn order to run linting on all the files in `src/` directory, run the following\ncommand:\n\n```shell\nshaizei lint\n```\n\n## Fixing Common Linting Errors\n\nIn order to fix common linting errors, run the following command:\n\n```shell\nshaizei lint-fix\n```\n\n## Analyzing Production Bundles\n\nIn order to analyze the production bundles, run the following command:\n\n```shell\nshaizei analyze\n```\n\n## Serving Production Bundles\n\nIn order to serve the production bundle locally, run the following command:\n\n```shell\nshaizei serve\n```\n\n## Running Prettier\n\nIn order to run Prettier throughout the codebase and to find the potential violations\nof Prettier rules, run the following command:\n\n```shell\nshaizei prettier\n```\n\n## Fixing Prettier Issues\n\nIn order to fix Prettier formatting issues from command-line, run the following\ncommand:\n\n```shell\nshaizei prettier-fix\n```\n\n## Find Potential Conflicts between Prettier \u0026 ESLint\n\nESLint can also do the part of job that Prettier is doing, in order to find if there\nare any issues among ESLint \u0026 Prettier integration, run the following command:\n\n```shell\nshaizei eslint-prettier-integration\n```\n\n# What is `shaizei`? 🤔\n\n`shaizei` is a toolkit for building \u0026 maintaining futuristic React apps.  \nRead more about it by checking the [official repository](https://github.com/shahzaibkhalid/shaizei).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahzaibkhalid%2Fshaizei-starter-javascript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshahzaibkhalid%2Fshaizei-starter-javascript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahzaibkhalid%2Fshaizei-starter-javascript/lists"}