{"id":21358039,"url":"https://github.com/tom910/react-webpack-boilerplate","last_synced_at":"2025-09-13T21:19:30.909Z","repository":{"id":89978086,"uuid":"50795352","full_name":"Tom910/react-webpack-boilerplate","owner":"Tom910","description":"React+Redux+Router+Webpack+Babel+Hot Loader+Postcss","archived":false,"fork":false,"pushed_at":"2016-02-02T12:41:10.000Z","size":13,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-02-27T22:06:51.322Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tom910.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}},"created_at":"2016-01-31T21:08:41.000Z","updated_at":"2023-04-24T21:54:05.480Z","dependencies_parsed_at":"2023-04-24T22:04:19.739Z","dependency_job_id":null,"html_url":"https://github.com/Tom910/react-webpack-boilerplate","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tom910%2Freact-webpack-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tom910%2Freact-webpack-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tom910%2Freact-webpack-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tom910%2Freact-webpack-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tom910","download_url":"https://codeload.github.com/Tom910/react-webpack-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225844813,"owners_count":17533161,"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-11-22T05:14:04.099Z","updated_at":"2024-11-22T05:14:04.778Z","avatar_url":"https://github.com/Tom910.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple React+Redux+Webpack+Postcss Boilerplate\n\nBoilerplate for modern web application\n\n## Features\n\n- [x] [Webpack](https://webpack.github.io)\n- [x] [React](https://facebook.github.io/react/)\n- [x] [React Transform HMR](https://github.com/gaearon/react-transform-hmr)\n- [x] [Redux](https://github.com/rackt/redux)\n- [x] [React Router Redux](https://github.com/rackt/react-router-redux)\n- [x] [Babel](https://babeljs.io/)\n- [x] [Autoprefixer](https://github.com/postcss/autoprefixer)\n- [x] [PostCSS](https://github.com/postcss/postcss)\n- [x] [CSS modules](https://github.com/outpunk/postcss-modules)\n- [x] [cssnext](https://github.com/MoOx/postcss-cssnext)\n- [x] [cssnano](https://github.com/ben-eb/cssnano)\n\n\n\n### Directory Layout\n\n```\n.\n├── /dist/                      # The folder for compiled output\n├── /node_modules/              # 3rd-party libraries and utilities\n├── /app/                       # The source code of the application\n│   ├── /actions/               # Action creators that allow to trigger a dispatch to stores\n│   ├── /components/            # React components\n│   ├── /constants/             # Constants (action types etc.)\n│   ├── /containers/            # React page\n│   ├── /reducers/              # Redux reducers\n│   ├── /store/                 # Stores contain the application state and logic\n│   ├── /utils/                 # DevTools and history settings\n│   ├── /index.js               # Entry point scripts\n│   ├── /menu.js                # Menu application\n│   ├── /routes.js              # Application routes\n├── /webpack/                   # Webpack configs\n│   ├── /common.config.js       # main config webpack\n│   ├── /dev.config.js          # developing modification webpack config\n│   ├── /prod.config.js         # production modification webpack config\n│   ├── /server.config.js       # Launches the development web server with \"live reload\"\n│   ├── /server.babel.js        # Babel transpiler for node.js\n├── /static/                    # Static content (plain html, manifest.json, images)\n│── package.json                # The list of 3rd party libraries and utilities\n│── .eslintrc                   # ESLint config\n```\n\n## Getting started\n\n1. Clone this repo using `git clone https://github.com/tom910/react-webpack-boilerplate.git`.\n\n2. Run `npm install` to install the dependencies.\n\n3. Run `npm start` to start the local web server.\n\n4. Go to `http://localhost:3000` and you should see the app running!\n\n## Building \u0026 Deploying\n\nRun `npm run build:production`, which will compile all the necessary files in a `dist` folder.\n\n## Webpack profiler\n\nRun `npm run profiler`, which will compile all the necessary files a `stats.json`. The result can be seen https://webpack.github.io/analyse/\n\n## TODO\n\n- [ ] normal test app\n- [ ] react-helmet\n- [ ] ServiceWorker\n- [ ] Unit Test\n- [ ] FontFaceObserver\n\n# License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftom910%2Freact-webpack-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftom910%2Freact-webpack-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftom910%2Freact-webpack-boilerplate/lists"}