{"id":18996201,"url":"https://github.com/arpitgo4/react-redux-scaffold","last_synced_at":"2026-04-04T21:31:20.338Z","repository":{"id":91906174,"uuid":"87766750","full_name":"arpitgo4/React-Redux-Scaffold","owner":"arpitgo4","description":"Scaffolding for frontend only applications with React-Redux.","archived":false,"fork":false,"pushed_at":"2019-05-21T05:44:42.000Z","size":137,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T12:24:06.872Z","etag":null,"topics":["babel","css-modules","css3","docker","eslint","express","html","nginx","nodejs","postcss","postcss-plugins","react-hot-loader-3","react-redux","react-router","reactjs","redux","redux-thunk","webpack","webpack-dev-middleware","webpack-hot-middleware"],"latest_commit_sha":null,"homepage":"https://react-redux-scaffold.herokuapp.com/","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/arpitgo4.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":"2017-04-10T04:32:25.000Z","updated_at":"2019-08-28T16:51:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"e4685e36-30e9-4703-8f5a-c30ff1f96f25","html_url":"https://github.com/arpitgo4/React-Redux-Scaffold","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/arpitgo4/React-Redux-Scaffold","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpitgo4%2FReact-Redux-Scaffold","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpitgo4%2FReact-Redux-Scaffold/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpitgo4%2FReact-Redux-Scaffold/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpitgo4%2FReact-Redux-Scaffold/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arpitgo4","download_url":"https://codeload.github.com/arpitgo4/React-Redux-Scaffold/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpitgo4%2FReact-Redux-Scaffold/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31415110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: 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":["babel","css-modules","css3","docker","eslint","express","html","nginx","nodejs","postcss","postcss-plugins","react-hot-loader-3","react-redux","react-router","reactjs","redux","redux-thunk","webpack","webpack-dev-middleware","webpack-hot-middleware"],"created_at":"2024-11-08T17:34:19.610Z","updated_at":"2026-04-04T21:31:20.299Z","avatar_url":"https://github.com/arpitgo4.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# React-Redux-Scaffold [![Build Status](https://travis-ci.org/arpitgo4/React-Redux-Scaffold.svg?branch=master)](https://travis-ci.org/arpitgo4/React-Redux-Scaffold)\nClient side scaffold with React-Redux on the frontend and Express server to serve built files in the production mode. Scaffold supports production and development modes, with **Best Developer Experience** ( DX ) by Hot-Loading for the client side application. There will be no need to restart during development, hence making the experience smooth and decrease the delivery time.\n\n## Scaffold Structure \n\n```\n\t.\n\t├── src                     \t#  Frontend source files\n\t|   ├── actions\t\t\t#  Action Creators\n\t|   ├── components          \t#  React component's source\n\t|   ├── config              \t#  Redux store's configuration\n\t|   ├── layouts             \t#  React layout component's source\n\t|   |   └── App.Router.js \t#  React Router    \n\t|   ├── reducers            \t#  Redux reducer's source\n\t|   ├── index.html          \t#  Root HTML template\n\t|   ├── index.js            \t#  Frontend source entry point\n\t|   └── style.scss           \t#  Global Sass stylesheet\n\t├── .babelrc                \t#  Babel configuration ( ES6, React, JSX )\n\t├── .eslintrc               \t#  ESLint configuration\n\t├── .travis.yml \t\t#  Travis CI configuration file\n\t├── devServer.js            \t#  Hot loading server source ( development mode )\n\t├── Dockerfile\t\t\t#  Docker build script\n\t├── dist                      \t#  Compiled files\n\t├── .gitignore                \t#  Ignored files from git commit\n\t├── nginx.conf                \t#  Nginx production server configuration\n\t├── package.json              \t#  Frontend dependencies\n\t├── postcss.config.js \t\t#  PostCSS configuration\n\t├── Procfile\t\t\t#  Heroku procfile, for deployment\n\t├── README.md                 \t#  This file\n\t├── webpack.config.js           #  Webpack configuration for 'production' \u0026 'development' \n```\n\n## Development\n```\t\n# Start client in development mode with hot code loading,\ndocker run --rm -it -p 3000:3000 -v $(pwd):/usr/src/app arpitgo4/alpine-node\n\n# Inside docker container,\ncd /usr/src/app \nnpm run start:development\n\n# Open web browser at http://localhost:3000\n# Hit frontend dev server to load application in the browser, enjoy developing :)\n```\n\nRefer to the [react-hot-boilerplate](https://github.com/gaearon/react-hot-boilerplate) for further description.\n\n## Production\n```\n# Docker image build\ndocker build -t react-redux-scaffold .\n\n# Start the project\ndocker run --rm --name react-redux-scaffold -d -p 80:80 react-redux-scaffold\n\n# Open web browser at http://localhost\n# You will see a sample Single Page Application\n```\n\n## Known Limitations\n* Hot Reloading of the Routes ( Browser refresh is needed! ).\n\n## Feedback\nIn case of any query or feedback, please feel free to connect via\n* arpit.go4@gmail.com (Arpit Goyal)\n\nOr, open an issue at github.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farpitgo4%2Freact-redux-scaffold","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farpitgo4%2Freact-redux-scaffold","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farpitgo4%2Freact-redux-scaffold/lists"}