{"id":22900694,"url":"https://github.com/alfianandinugraha/create-react-typescript-app","last_synced_at":"2025-08-15T22:42:41.180Z","repository":{"id":51303044,"uuid":"362691258","full_name":"alfianandinugraha/create-react-typescript-app","owner":"alfianandinugraha","description":"Integrating Reactjs with Typescript + ESLint","archived":false,"fork":false,"pushed_at":"2021-09-01T07:23:31.000Z","size":655,"stargazers_count":24,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T16:12:55.221Z","etag":null,"topics":["boilerplate","eslint","prettier","reactjs","typescript"],"latest_commit_sha":null,"homepage":"https://create-react-typescript-app.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alfianandinugraha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-29T04:38:16.000Z","updated_at":"2023-07-02T21:32:54.000Z","dependencies_parsed_at":"2022-09-10T19:51:17.820Z","dependency_job_id":null,"html_url":"https://github.com/alfianandinugraha/create-react-typescript-app","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/alfianandinugraha%2Fcreate-react-typescript-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alfianandinugraha%2Fcreate-react-typescript-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alfianandinugraha%2Fcreate-react-typescript-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alfianandinugraha%2Fcreate-react-typescript-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alfianandinugraha","download_url":"https://codeload.github.com/alfianandinugraha/create-react-typescript-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252979898,"owners_count":21835134,"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":["boilerplate","eslint","prettier","reactjs","typescript"],"created_at":"2024-12-14T01:29:32.326Z","updated_at":"2025-05-08T01:24:35.204Z","avatar_url":"https://github.com/alfianandinugraha.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://res.cloudinary.com/alfianandidev/image/upload/create-react-typescript-app-cover.svg\" alt=\"Create React Typescript App - starter screen\" width=\"600\"/\u003e\n\n# Create React Typescript App 🚀\n\nCombine [Create React App](https://github.com/facebook/create-react-app) with [Typescript](https://www.typescriptlang.org/) and [Eslint](https://eslint.org/)\n\n#### Stay Safe with Eslint + Prettier 🚑\n\nFeature:\n\n- Absolute path 🔥\n- Typesafe\n- Support unit testing\n\nGet started :\n\n1. `git clone https://github.com/alfianandinugraha/create-react-typescript-app.git`\n2. `cd create-react-typescript-app`\n3. `yarn install` or `npm install`\n4. Happy coding 👨🏻‍💻\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\nand includes:\n\n- [Eslint](https://eslint.org/)\n- [Eslint Airbnb](https://www.npmjs.com/package/eslint-config-airbnb)\n- [Prettier](https://prettier.io/)\n- [react-app-rewired](https://www.npmjs.com/package/react-app-rewired)\n\n---\n\n## 📜 Available Scripts\n\nIn the project directory, you can run:\n\n### `yarn start` or `npm run start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\\\nYou will also see any lint errors in the console.\n\n### `yarn test` or `npm run test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `yarn build` or `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `yarn lint` or `npm run lint`\n\nFix all error because eslint, this eslint extends the config from [Eslint Airbnb](https://www.npmjs.com/package/eslint-config-airbnb) and also use [Prettier](https://prettier.io/)\n\nSee the section about [Eslint CLI](https://eslint.org/docs/user-guide/command-line-interface) for more information\n\n### `yarn reset` or `npm run reset`\n\nThis boilerplate has landing page and this command is used to delete all files, folders, and code which related to landing page. Rather than delete manualy, just type this command and the landing page will be removed.\n\nTo undo this command, type `git checkout -- src/` to rollback to older src folder\n\n### ~~`yarn eject`~~ or ~~`npm run eject`~~\n\n**Warning !** don't eject the app, because cannot be undone. Please use [react-app-rewired](https://www.npmjs.com/package/react-app-rewired) for control behavior of Create React App\n\n---\n\n## 📦 Deploy App\n\nFree hosting for deploy your static site or single page application\n\n- [Render](https://www.render.com/)\n- [Netlify](https://www.netlify.com/)\n- [Vercel](https://vercel.com/)\n\n---\n\n## 🧱 Contribute\n\nYou can follow the contributing guide listed [here](./CONTRIBUTING.md)\n\n## 📜 License\n\ncreate-react-typescript-app is under [MIT License](./LICENSE).\n\n---\n\n📃 Visit [Official Create React App Template](https://github.com/facebook/create-react-app) for another information\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falfianandinugraha%2Fcreate-react-typescript-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falfianandinugraha%2Fcreate-react-typescript-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falfianandinugraha%2Fcreate-react-typescript-app/lists"}