{"id":18822968,"url":"https://github.com/morzhanov/react-ts-boilerplate","last_synced_at":"2026-04-07T21:31:10.689Z","repository":{"id":122681970,"uuid":"139247176","full_name":"morzhanov/react-ts-boilerplate","owner":"morzhanov","description":"React + TypeScript Boilerplate allows you to start new web project from scratch using React, TypeScript, Mobx-State-Tree, Mobx and Styled components.","archived":false,"fork":false,"pushed_at":"2018-10-15T15:47:17.000Z","size":135,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-03T09:25:43.907Z","etag":null,"topics":["eslint","hmr","mobx","mobx-state-tree","mst","postcss","prettier","react","react-router-v4","scss","styled-components","typescript","webpack4"],"latest_commit_sha":null,"homepage":"","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/morzhanov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-06-30T12:20:01.000Z","updated_at":"2018-10-15T15:47:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"42b38d35-13dd-4b1c-be8b-7704936d7be7","html_url":"https://github.com/morzhanov/react-ts-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/morzhanov/react-ts-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morzhanov%2Freact-ts-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morzhanov%2Freact-ts-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morzhanov%2Freact-ts-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morzhanov%2Freact-ts-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morzhanov","download_url":"https://codeload.github.com/morzhanov/react-ts-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morzhanov%2Freact-ts-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31530640,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","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":["eslint","hmr","mobx","mobx-state-tree","mst","postcss","prettier","react","react-router-v4","scss","styled-components","typescript","webpack4"],"created_at":"2024-11-08T00:52:15.349Z","updated_at":"2026-04-07T21:31:10.394Z","avatar_url":"https://github.com/morzhanov.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React TypeScript Boilerplate\n\n\u003cimg src=\"https://i.imgur.com/dAK9mt2.png\"/\u003e\n\nReact + TypeScript Boilerplate allows you to start new web project from scratch using React, TypeScript, Mobx-State-Tree, Mobx and Styled components.\nBased on \u003ca href=\"https://github.com/VladMorzhanov/mst-react-boilerplate\"\u003eMobx-State-Tree React Boilerplate\u003c/a\u003e\n\nAlso this boilerplate contains babel configuration to use decorators from ES7 and HMR with React.\n\n## Installation\n\nUse these steps to install project\n\n```\n1. yarn install\n2. yarn start\n```\n\nBuild project:\n\n```\nyarn build\n```\n\n## Usage\n\n- Uses webpack to build project.\n- Uses Babel to compile ES6 and ES7 code.\n- You can use SASS\\SCSS within this boilerplate.\n- Check your code with ESLint and Prettier.\n- Supports styled components.\n- Supports hot-module-reload.\n\n## Main Technologies and libraries\n\n- \u003ca href=\"https://reactjs.org/\"\u003eReact\u003c/a\u003e\n- \u003ca href=\"https://www.typescriptlang.org/\"\u003eTypescript\u003c/a\u003e\n- \u003ca href=\"https://reacttraining.com/react-router/\"\u003eReact Router\u003c/a\u003e\n- \u003ca href=\"https://github.com/mobxjs/mobx-state-tree\"\u003eMobx-State-Tree\u003c/a\u003e\n- \u003ca href=\"https://github.com/mobxjs/mobx\"\u003eMobx\u003c/a\u003e\n- \u003ca href=\"https://webpack.js.org/concepts/hot-module-replacement/\"\u003eHMR\u003c/a\u003e\n- \u003ca href=\"https://www.styled-components.com/\"\u003eStyled components\u003c/a\u003e\n- \u003ca href=\"https://webpack.js.org/\"\u003eWebpack 4\u003c/a\u003e\n- \u003ca href=\"https://eslint.org/\"\u003eESLint\u003c/a\u003e\n- \u003ca href=\"https://github.com/prettier/prettier\"\u003ePrettier\u003c/a\u003e\n- \u003ca href=\"https://babeljs.io/\"\u003eBabel\u003c/a\u003e\n- \u003ca href=\"http://stylus-lang.com/\"\u003eStylus\u003c/a\u003e\n- \u003ca href=\"https://postcss.org/\"\u003ePostCSS\u003c/a\u003e\n\n## Contributing\n\n1.  Fork it!\n2.  Create your feature branch: `git checkout -b my-new-feature`\n3.  Commit your changes: `git commit -am 'Add some feature'`\n4.  Push to the branch: `git push origin my-new-feature`\n5.  Submit a pull request :D\n\n## Author\n\nVlad Morzhanov\n\n## License\n\n#### (The MIT License)\n\nCopyright (c) 2018 Vlad Morzhanov.\nYou can review license in the LICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorzhanov%2Freact-ts-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorzhanov%2Freact-ts-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorzhanov%2Freact-ts-boilerplate/lists"}