{"id":18823000,"url":"https://github.com/morzhanov/graphql-react-boilerplate","last_synced_at":"2026-04-11T09:32:08.634Z","repository":{"id":122681195,"uuid":"139475192","full_name":"morzhanov/graphql-react-boilerplate","owner":"morzhanov","description":"GraphQL + React Boilerplate allows you to start new web project from scratch using React, Apollo, Mobx-State-Tree, Mobx and Styled components.","archived":false,"fork":false,"pushed_at":"2018-10-15T15:48:20.000Z","size":412,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-30T04:19:13.028Z","etag":null,"topics":["apollo","apollo-client","babel","boilerplate","eslint","graphql","javascript","mobx","mobx-react","mobx-react-router","mobx-state-tree","prettier","react","react-router-v4","webpack4","yarn"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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-07-02T17:42:48.000Z","updated_at":"2022-11-22T18:17:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"308da505-7b99-4540-8c89-4c40180d1a6a","html_url":"https://github.com/morzhanov/graphql-react-boilerplate","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/morzhanov%2Fgraphql-react-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morzhanov%2Fgraphql-react-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morzhanov%2Fgraphql-react-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morzhanov%2Fgraphql-react-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morzhanov","download_url":"https://codeload.github.com/morzhanov/graphql-react-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239758895,"owners_count":19692040,"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":["apollo","apollo-client","babel","boilerplate","eslint","graphql","javascript","mobx","mobx-react","mobx-react-router","mobx-state-tree","prettier","react","react-router-v4","webpack4","yarn"],"created_at":"2024-11-08T00:52:20.528Z","updated_at":"2026-04-11T09:32:03.613Z","avatar_url":"https://github.com/morzhanov.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphQL React Boilerplate\n\n\u003cimg src=\"https://i.imgur.com/tBMoE7v.png\"/\u003e\n\nGraphQL + React Boilerplate allows you to start new web project from scratch using React, Apollo, Mobx-State-Tree, Mobx and Styled components.\n\nAlso this boilerplate contains babel configuration to use decorators from ES7 and HMR with React.\n\nThis is a frontend part of GraphQL boilerplate projects. You can also review \u003ca href=\"https://github.com/VladMorzhanov/graphql-nodejs-boilerplate\"\u003egraphql-nodejs-boilerplate\u003c/a\u003e to see how things works on the backend side with NodeJS and Express.\n\n## Mobx\n\n\u003cimg src=\"https://i.imgur.com/8sCeaLh.png\"/\u003e \u003cimg src=\"https://i.imgur.com/KhPlLuR.png\"/\u003e\n\nNote: this boilerplate based on \u003ca href=\"https://github.com/VladMorzhanov/mst-react-boilerplate\"\u003eMobx-State-Tree React Boilerplate\u003c/a\u003e and uses Mobx and Mobx-state-tree libraries as state manager.\n\n\u0026nbsp;\n\n### Note: prerendering\n\nIf you want to enable prerendering for this project please take a look on \u003ca href=\"https://github.com/VladMorzhanov/prerender-spa-boilerplate\"\u003eprerender-spa-boilerplate\u003c/a\u003e based on \u003ca href=\"https://github.com/chrisvfritz/prerender-spa-plugin\"\u003eprerender-spa-plugin\u003c/a\u003e\n\n\u0026nbsp;\n\u0026nbsp;\n\n## Installation\n\nUse these steps to install project\n\n```\n1. yarn install\n2. yarn start\n```\n\n## Build project:\n\ndevelopment\n\n```\nyarn build\n```\n\nstaging\n\n```\nyarn staging\n```\n\nproduction\n\n```\nyarn production\n```\n\n## Usage\n\n- Uses webpack to build project.\n- Uses Babel to compile ES6 and ES7 code.\n- Uses Apollo client to work with GraphQL\n- Uses Mobx and Mobx-State-Tree for state management\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://reacttraining.com/react-router/\"\u003eReact Router\u003c/a\u003e\n- \u003ca href=\"https://www.typescriptlang.org/\"\u003eTypeScript\u003c/a\u003e\n- \u003ca href=\"https://www.apollographql.com/\"\u003eApollo\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://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\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%2Fgraphql-react-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorzhanov%2Fgraphql-react-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorzhanov%2Fgraphql-react-boilerplate/lists"}