{"id":23776083,"url":"https://github.com/4kauanmota/create-react-toolkit","last_synced_at":"2026-04-06T21:33:09.418Z","repository":{"id":225904266,"uuid":"767177986","full_name":"4kauanmota/create-react-toolkit","owner":"4kauanmota","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-29T19:47:53.000Z","size":1781,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T16:55:50.481Z","etag":null,"topics":["css","html","javascript","jest","jsx","npm-package","react","typescript","visual-studio-code","webpack"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/create-react-toolkit","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/4kauanmota.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":"2024-03-04T20:52:29.000Z","updated_at":"2024-03-25T15:51:32.000Z","dependencies_parsed_at":"2024-03-05T00:31:00.396Z","dependency_job_id":"c7cc3c2b-c079-4648-bb5b-e1846232386a","html_url":"https://github.com/4kauanmota/create-react-toolkit","commit_stats":null,"previous_names":["4kauanmota/create-react-toolbox","4kauanmota/init-react-toolbox","4kauanmota/create-react-toolkit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/4kauanmota/create-react-toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4kauanmota%2Fcreate-react-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4kauanmota%2Fcreate-react-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4kauanmota%2Fcreate-react-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4kauanmota%2Fcreate-react-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4kauanmota","download_url":"https://codeload.github.com/4kauanmota/create-react-toolkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4kauanmota%2Fcreate-react-toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31491097,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T17:22:55.647Z","status":"ssl_error","status_checked_at":"2026-04-06T17:22:54.741Z","response_time":112,"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":["css","html","javascript","jest","jsx","npm-package","react","typescript","visual-studio-code","webpack"],"created_at":"2025-01-01T07:12:39.906Z","updated_at":"2026-04-06T21:33:09.392Z","avatar_url":"https://github.com/4kauanmota.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Project Stars](https://img.shields.io/github/stars/4kauanmota/create-react-toolkit?color=1e90ff) ![Project Commits Week](https://img.shields.io/github/commit-activity/w/4kauanmota/create-react-toolkit?color=1e90ff)\n\n# 📄 **Informations**\n\nThis is a project created to improve my knowledge in web configurations. It's a like create-react-app, but already configured with modern technologies (more details below).\n\n\u003cbr\u003e\n\n# ✨ **Features**\n\n**Configured for use:**\n\n- Typescript\n- Sass\n- Jest\n- Babel\n- React Router Dom\n- Modules\n\n\u003cbr\u003e\n\n# 💻 **Technologies**\n\n- [HTML](https://developer.mozilla.org/pt-BR/docs/Web/HTML)\n- [CSS](https://developer.mozilla.org/pt-BR/docs/Web/CSS)\n- [JAVASCRIPT](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript)\n- [TYPESCRIPT](https://www.typescriptlang.org/)\n- [JEST](https://jestjs.io/)\n- [NPM](https://www.npmjs.com/)\n- [REACT](https://react.dev/)\n- [JSX](https://pt-br.legacy.reactjs.org/docs/introducing-jsx.html)\n- [WEBPACK](https://webpack.js.org/)\n- [VISUAL STUDIO CODE](https://code.visualstudio.com/)\n\n\u003cbr\u003e\n\n# ⚙️ **How to run**\n\n### Requirements\n\n- [GIT](https://git-scm.com/)\n- [NODE.JS](https://nodejs.org/en)\n\n### Codes\n\n- `npx create-react-toolkit@latest my-app`\n\n|\n\n### 1. Creating project\n\nYou will need to open the terminal in the folder where you want to create the project, and then, you paste this code:\n\n```\nnpx create-react-toolkit@latest my-app\n```\n\nAfter the command has finished executing, your project will be created and you can enter the project folder and start using it :)\n\nPS: Instead of **my-app** you can enter the name that you want for your project.\n\n\u003cbr\u003e\n\n# 📱 **Scripts**\n\nTo start the dev server and see how your site is looking:\n\n```\nnpm start\n```\n\n|\n\nTo build the entire projet in the form that will be sent to the deploy:\n\n```\nnpm run build\n```\n\n|\n\nTo run your test files:\n\n```\nnpm test\n```\n\n\u003cbr\u003e\n\n# 📝 **Author**\n\n[Kauan Soares Mota](https://github.com/4kauanmota)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4kauanmota%2Fcreate-react-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4kauanmota%2Fcreate-react-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4kauanmota%2Fcreate-react-toolkit/lists"}