{"id":20397414,"url":"https://github.com/ajeetchaulagain/react-redux-custom-starter-kit","last_synced_at":"2025-04-12T13:09:06.107Z","repository":{"id":39250797,"uuid":"260668089","full_name":"ajeetchaulagain/react-redux-custom-starter-kit","owner":"ajeetchaulagain","description":":key: This is a custom react-redux starter kit with some initial configuration for rich development environment.","archived":false,"fork":false,"pushed_at":"2024-12-30T01:20:55.000Z","size":456,"stargazers_count":3,"open_issues_count":54,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T13:09:02.727Z","etag":null,"topics":["babel","development-environment","eslint","reactjs","redux","starter-kit","webpack-dev-server"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"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/ajeetchaulagain.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,"zenodo":null}},"created_at":"2020-05-02T10:59:27.000Z","updated_at":"2021-01-21T07:57:51.000Z","dependencies_parsed_at":"2024-02-11T16:25:53.082Z","dependency_job_id":"ee41124b-ed94-4761-b55f-7ad0cafb30e8","html_url":"https://github.com/ajeetchaulagain/react-redux-custom-starter-kit","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/ajeetchaulagain%2Freact-redux-custom-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajeetchaulagain%2Freact-redux-custom-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajeetchaulagain%2Freact-redux-custom-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajeetchaulagain%2Freact-redux-custom-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajeetchaulagain","download_url":"https://codeload.github.com/ajeetchaulagain/react-redux-custom-starter-kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248571888,"owners_count":21126522,"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":["babel","development-environment","eslint","reactjs","redux","starter-kit","webpack-dev-server"],"created_at":"2024-11-15T04:14:02.216Z","updated_at":"2025-04-12T13:09:06.073Z","avatar_url":"https://github.com/ajeetchaulagain.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :key: React \u0026 Redux Starter Kit with some initial configuration\n\nThis is a custom react-redux starter kit with some initial configuration for rich development environment while doing react-redux project.\n\n## Setup\n\nIf you would like to try this starter kit, simply follow these steps:\n\n1. Install Node version 8 or newers.\n2. cd to project directory and install node packages - `npm install`\n3. `npm run dev`\n\n## Dependencies:\n\n### Production Dependencies:\n\n| **Dependency**   | **Use**                                              |\n| ---------------- | ---------------------------------------------------- |\n| bootstrap        | CSS Framework                                        |\n| immer            | Helper for working with immutable data               |\n| prop-types       | Declare types for props passed into React components |\n| react            | React library                                        |\n| react-dom        | React library for DOM rendering                      |\n| react-redux      | Connects React components to Redux                   |\n| react-router-dom | React library for routing                            |\n| react-toastify   | Display messages to the user                         |\n| redux            | Library for unidirectional data flows                |\n| redux-thunk      | Async redux library                                  |\n| reselect         | Memoize selectors for performance                    |\n\n### Development Dependencies:\n\n| **Dependency**                  | **Use**                                                          |\n| ------------------------------- | ---------------------------------------------------------------- |\n| @babel/core                     | Transpiles modern JavaScript so it runs cross-browser            |\n| babel-eslint                    | Lint modern JavaScript via ESLint                                |\n| babel-loader                    | Add Babel support to Webpack                                     |\n| babel-preset-react-app          | Babel preset for working in React. Used by create-react-app too. |\n| css-loader                      | Read CSS files via Webpack                                       |\n| cssnano                         | Minify CSS                                                       |\n| enzyme                          | Simplified JavaScript Testing utilities for React                |\n| enzyme-adapter-react-16         | Configure Enzyme to work with React 16                           |\n| eslint                          | Lints JavaScript                                                 |\n| eslint-loader                   | Run ESLint via Webpack                                           |\n| eslint-plugin-import            | Advanced linting of ES6 imports                                  |\n| eslint-plugin-react             | Adds additional React-related rules to ESLint                    |\n| fetch-mock                      | Mock fetch calls                                                 |\n| html-webpack-plugin             | Generate HTML file via webpack                                   |\n| http-server                     | Lightweight HTTP server to serve the production build locally    |\n| jest                            | Automated testing framework                                      |\n| json-server                     | Quickly create mock API that simulates create, update, delete    |\n| mini-css-extract-plugin         | Extract imported CSS to a separate file via Webpack              |\n| node-fetch                      | Make HTTP calls via fetch using Node - Used by fetch-mock        |\n| npm-run-all                     | Display results of multiple commands on single command line      |\n| postcss-loader                  | Post-process CSS via Webpack                                     |\n| react-test-renderer             | Render React components for testing                              |\n| react-testing-library           | Test React components                                            |\n| redux-immutable-state-invariant | Warn when Redux state is mutated                                 |\n| redux-mock-store                | Mock Redux store for testing                                     |\n| rimraf                          | Delete files and folders                                         |\n| style-loader                    | Insert imported CSS into app via Webpack                         |\n| webpack                         | Bundler with plugin ecosystem and integrated dev server          |\n| webpack-bundle-analyzer         | Generate report of what's in the app's production bundle         |\n| webpack-cli                     | Run Webpack via the command line                                 |\n| webpack-dev-server              | Serve app via Webpack                                            |\n\n## Acknowledgement and Thanks\n\nThis starter kit is prepared with additional custom configuration on the [Starter Kit](https://github.com/coryhouse/pluralsight-redux-starter) by [Cory House](https://github.com/coryhouse)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajeetchaulagain%2Freact-redux-custom-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajeetchaulagain%2Freact-redux-custom-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajeetchaulagain%2Freact-redux-custom-starter-kit/lists"}