{"id":16978748,"url":"https://github.com/srph/react-redux-starter-kit-lite","last_synced_at":"2026-04-08T20:45:19.611Z","repository":{"id":75646726,"uuid":"49598057","full_name":"srph/react-redux-starter-kit-lite","owner":"srph","description":"[DEPRECATED] A react+redux starter kit without server-side rendering and styling.","archived":false,"fork":false,"pushed_at":"2016-03-11T16:10:53.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-19T13:41:31.297Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/srph.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":"2016-01-13T19:56:30.000Z","updated_at":"2016-03-11T16:10:59.000Z","dependencies_parsed_at":"2023-06-07T05:45:22.756Z","dependency_job_id":null,"html_url":"https://github.com/srph/react-redux-starter-kit-lite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/srph/react-redux-starter-kit-lite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srph%2Freact-redux-starter-kit-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srph%2Freact-redux-starter-kit-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srph%2Freact-redux-starter-kit-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srph%2Freact-redux-starter-kit-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srph","download_url":"https://codeload.github.com/srph/react-redux-starter-kit-lite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srph%2Freact-redux-starter-kit-lite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31573788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":[],"created_at":"2024-10-14T01:44:06.951Z","updated_at":"2026-04-08T20:45:19.594Z","avatar_url":"https://github.com/srph.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-redux-starter-kit-lite\nA less opinionated react+redux starter kit without server-side rendering and styling.\n\n## Deprecation Notice\nThis boilerplate is the lite version of [react-redux-starter-kit](https://github.com/srph/react-redux-starter-kit). However, I recently decided to remove server-side rendering from the original boilerplate which makes this a redundant project.\n\nBut if you insist on using it, you're own your own.\n\n## Libraries\n**Mainly**:\n- [react](http://facebook.github.io/react) (`v0.14.2`)\n- [react-router](http://rackt.github.io/react-router) (`v1.0.0`)\n- [redux](http://rackt.github.io/redux) (`v3.0.4`)\n- [react-redux](http://github.com/gaearon/react-redux) (`v4.0.0`)\n- [redux-simple-router](http://rackt.github.io/redux) (`v1.0.2`)\n- [redux-thunk](http://github.com/gaearon/redux-thunk) (`v1.0.0`)\n- [classnames](http://github.com/JedWatson/classnames) (`v2.2.0`)\n- [axios](https://github.com/mzabriskie/axios) (`v0.7.0`)\n\n**Development**:\n- [webpack](http://webpack.github.io)\n- [babel](http://babeljs.io) (`v6.1.5`)\n- [redux-devtools](https://github.com/gaearon/redux-devtools/) (`v3.0.0-beta-3`)\n- [redux-devtools-log-monitor](https://github.com/gaearon/redux-devtools/) (`v1.0.0-beta-3`)\n\n## FAQ\n- Where's my `actions`, `reducers`, and `constants`? This repository follows [ducks-modular-redux](https://github.com/erikras/ducks-modular-redux).\n\n## Getting\nClone, and then run the following to install the dependencies:\n```bash\nnpm install\n```\n\n## Development\n|command|description|\n|----|----|\n|`npm watch:build`|compile script|\n|`npm watch:script`|compile script and watch for changes|\n|`npm prod:script`|compile and uglify script|\n|`npm start`|compile script and open html|\n\n## Configuration\nWe use [dotenv](https://www.npmjs.com/package/dotenv-style) configuration.\n\nBy convention, env configs are surrounded with underscores (`_`) when used throughout the application (e.g., `API` -\u003e `_API_`). For more information, checkout `build/webpack.config.js`.\n\n\u003csub\u003e*Note*: If you don't have any `.env` file in the project root directory, run this: `cp .env.example .env`.\u003c/sub\u003e\n\n|config|description|\n|----|----|\n|`_ENV_`|A global variable for `process.env.NODE_ENV`.|\n|`_PRODUCTION_`|`true` when `process.env.NODE_ENV` is set to `production`.|\n|`_DEV_`|`true` when `process.env.NODE_ENV` is **not** set to `production`.|\n|`_API_`|The URI of the your API. Mainly used to concatenate your requests with a base URI in `common/utils/axios/interceptors/concatBaseUrl`.|\n|`_IMG_`|Path to your images folder. This can be used as such : ````${_IMG_}/cat.jpg````.|\n|`_REDUX_DEVTOOLS_`|Condition which Redux Devtools will be enabled.|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrph%2Freact-redux-starter-kit-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrph%2Freact-redux-starter-kit-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrph%2Freact-redux-starter-kit-lite/lists"}