{"id":16667857,"url":"https://github.com/thangngoc89/electron-react-app","last_synced_at":"2025-10-25T14:10:28.228Z","repository":{"id":57221834,"uuid":"66509439","full_name":"thangngoc89/electron-react-app","owner":"thangngoc89","description":null,"archived":false,"fork":false,"pushed_at":"2016-08-27T19:53:56.000Z","size":1065,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T21:33:15.023Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/thangngoc89.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-25T00:24:54.000Z","updated_at":"2019-11-16T08:38:26.000Z","dependencies_parsed_at":"2022-08-29T04:10:13.515Z","dependency_job_id":null,"html_url":"https://github.com/thangngoc89/electron-react-app","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thangngoc89%2Felectron-react-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thangngoc89%2Felectron-react-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thangngoc89%2Felectron-react-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thangngoc89%2Felectron-react-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thangngoc89","download_url":"https://codeload.github.com/thangngoc89/electron-react-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248095281,"owners_count":21046822,"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":[],"created_at":"2024-10-12T11:15:20.246Z","updated_at":"2025-10-25T14:10:23.192Z","avatar_url":"https://github.com/thangngoc89.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React App SDK \u0026nbsp; \u003ca href=\"https://github.com/kriasoft/react-app/stargazers\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/kriasoft/react-app.svg?style=social\u0026label=Star\u0026maxAge=3600\" height=\"20\"\u003e\u003c/a\u003e \u003ca href=\"https://twitter.com/ReactSDK\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/ReactSDK.svg?style=social\u0026label=Follow\u0026maxAge=3600\" height=\"20\"\u003e\u003c/a\u003e\n\n**CLI tools and templates** for authoring **[React](https://facebook.github.io/react/)** applications with a single dev dependency and zero build/run configuration. \n\n\n### TL;DR\n\n```sh\n$ npm install -g react-app\n$ react-app new\n$ react-app run\n```\n\n**See** [demo](https://rsb.kriasoft.com), [docs](https://github.com/kriasoft/react-static-boilerplate/tree/master/docs)\n\u0026nbsp;|\u0026nbsp; **Join** [#react-app](https://gitter.im/kriasoft/react-app) chat on Gitter to stay up to date\n\u0026nbsp;|\u0026nbsp; **Follow us** on [Twitter](https://twitter.com/ReactSDK)\n\u0026nbsp;|\u0026nbsp; **Send feedback** to [@koistya](https://twitter.com/koistya)\n\n\u003cimg src=\"https://koistya.github.io/files/react-app-starter-kit.png\" width=\"100%\"\u003e\n\n### Features\n\n\u0026nbsp; \u0026nbsp; ✓ Zero-configuration, no build scripts, just one development dependency (see [`package.json`](templates/app/package.json))\u003cbr\u003e\n\u0026nbsp; \u0026nbsp; ✓ Modern JavaScript syntax ([ES2015](http://babeljs.io/docs/learn-es2015/)+) via [Babel](http://babeljs.io/) or [TypeScript](https://www.typescriptlang.org/) (planned), modern CSS syntax via [PostCSS](https://github.com/postcss/postcss)\u003cbr\u003e\n\u0026nbsp; \u0026nbsp; ✓ Component-based UI architecture via [React](http://facebook.github.io/react/), [Webpack](https://webpack.github.io/) and [CSS Modules](https://github.com/css-modules/css-modules)\u003cbr\u003e\n\u0026nbsp; \u0026nbsp; ✓ Application state management /w time-travel debugging via [Redux](http://redux.js.org/) (see [`main.js`](templates/app/main.js), [`core/store.js`](templates/app/core/store.js))\u003cbr\u003e\n\u0026nbsp; \u0026nbsp; ✓ Routing and navigation via [`path-to-regexp`](https://github.com/pillarjs/path-to-regexp) and [`history`](https://github.com/mjackson/history) (see [`main.js`](templates/app/main.js), [`core/router.js`](templates/app/core/router.js), [`utils/routes-loader.js`](templates/app/utils/routes-loader.js))\u003cbr\u003e\n\u0026nbsp; \u0026nbsp; ✓ [Code-splitting](https://github.com/webpack/docs/wiki/code-splitting) and async chunk loading via [Webpack](https://webpack.github.io/) and [ES6 System.import()](http://www.2ality.com/2014/09/es6-modules-final.html)\u003cbr\u003e\n\u0026nbsp; \u0026nbsp; ✓ Cross-device testing with [Browsersync](https://browsersync.io/) /w Hot Module Replacement ([HMR](https://webpack.github.io/docs/hot-module-replacement.html)) and [React Hot Loader](http://gaearon.github.io/react-hot-loader/)\u003cbr\u003e\n\u0026nbsp; \u0026nbsp; ✓ **24/7** community support on [Gitter](https://gitter.im/kriasoft/react-app) and [SO](http://stackoverflow.com/questions/tagged/react-app); consulting and customization requests on [Codementor](https://www.codementor.io/koistya) or [Skype](http://hatscripts.com/addskype?koistya)\u003cbr\u003e\n\n\n### Requirements\n\n* MAC OS X, Windows, or Linux\n* [Node.js](https://nodejs.org) v6 or newer\n\n\n### Getting Started\n\nInstall [`react-app`](https://www.npmjs.com/package/react-app) npm package globally. \n\n```sh\n$ npm install -g react-app\n```\n\nScaffold a new JavaScript application project and launch it by running:\n\n```sh\n$ react-app new\n$ react-app run\n```\n\nThe app should become available at [http://localhost:3000](http://localhost:3000)\n\nFor more information visit [`/templates/app`](https://github.com/kriasoft/react-app/tree/master/templates/app)\n\n\n### How to Customize\n\nComing soon...\n\n\n### Escape Hatch\n\nIf you’re a power user and you aren’t happy with the default configuration, you can always\n[fork `react-app` repository](https://github.com/kriasoft/react-app/fork), customize it and use it\ninstead of of the original `react-app-tools` npm module. For example (`package.json`):\n\n```js\n{\n  \"private\": true,\n  \"dependencies\": {\n    \"react\": \"^15.2.1\",\n    \"react-app\": \"^1.1.1\",\n    \"react-dom\": \"^15.2.1\"\n  },\n  \"devDependencies\": {\n    \"react-app-tools\": \"git+https://github.com/\u003cusername\u003e/react-app.git\",\n  },\n  \"scripts\": {\n    \"build\": \"react-app build\",\n    \"start\": \"react-app run\",\n  }\n}\n```\n\n\n### Contribute\n\nHelp shape the future of **React App SDK** by joining our [community](https://gitter.im/kriasoft/react-app)\ntoday, check out the [open issues](https://github.com/kriasoft/react-app/issues), submit [new\nfeature ideas](https://github.com/kriasoft/react-app/issues/new?labels=enhancement) and [bug\nreports](https://github.com/kriasoft/react-app/issues/new?labels=bug), send us [pull\nrequests](CONTRIBUTING.md#pull-requests)!\n\n\n### Support\n\n* [#react-app](http://stackoverflow.com/questions/tagged/react-app) on Stack Overflow\n* [#react-app](https://gitter.im/kriasoft/react-app) chat room on Gitter\n\n\n### License\n\nCopyright © 2016-present Kriasoft, LLC. This source code is licensed under the MIT license found in\nthe [LICENSE.txt](https://github.com/kriasoft/react-app/blob/master/LICENSE.txt) file.\n\n\n---\nMade with ♥ by Konstantin Tarkus ([@koistya](https://twitter.com/koistya)) and [contributors](https://github.com/kriasoft/react-app/graphs/contributors)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthangngoc89%2Felectron-react-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthangngoc89%2Felectron-react-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthangngoc89%2Felectron-react-app/lists"}