{"id":15901002,"url":"https://github.com/mbchoa/react-ecosystem","last_synced_at":"2026-04-16T10:35:56.826Z","repository":{"id":71227191,"uuid":"93141646","full_name":"mbchoa/react-ecosystem","owner":"mbchoa","description":"Repo to explore React ecosystem libraries and developer tooling to bootstrap production grade React applicaiton","archived":false,"fork":false,"pushed_at":"2022-12-07T00:58:57.000Z","size":66,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T10:23:14.406Z","etag":null,"topics":["babel","react","react-hot-loader-3","webpack","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mbchoa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-06-02T07:55:57.000Z","updated_at":"2023-03-04T04:33:18.000Z","dependencies_parsed_at":"2023-03-13T20:21:19.422Z","dependency_job_id":null,"html_url":"https://github.com/mbchoa/react-ecosystem","commit_stats":{"total_commits":3,"total_committers":2,"mean_commits":1.5,"dds":"0.33333333333333337","last_synced_commit":"031d57fb8fcfb37c2dc7058e7c5b81e8bf05f7b9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbchoa%2Freact-ecosystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbchoa%2Freact-ecosystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbchoa%2Freact-ecosystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbchoa%2Freact-ecosystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbchoa","download_url":"https://codeload.github.com/mbchoa/react-ecosystem/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246883088,"owners_count":20849403,"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","react","react-hot-loader-3","webpack","webpack-dev-server"],"created_at":"2024-10-06T11:01:31.530Z","updated_at":"2026-04-16T10:35:51.797Z","avatar_url":"https://github.com/mbchoa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-ecosystem\n\n## Overview\nThis is a basic setup for a React app with the tools needed to get a development environment up and running.\n\n## Technologies\n\n- React\n- Webpack\n- Babel\n- webpack-dev-server\n- React Hot Loader 3\n- Jest\n- Enzyme\n- ESLint\n- Express\n- TravisCI\n\n## Directory Structure\n```\n.\n├── /dist/                          # Folder destination for building bundles for production\n├── /src/                           # Source files to be bundled by webpack\n│    ├── /components/               # React views component package\n│    └── index.js                   # App entry point\n├── /tools/                         # Tooling folder containing scripts and config for development, building and deployment\n│    ├── webpack.client.babel.js    # Webpack configuration file for bundling server-side code\n│    ├── webpack.common.js          # Base Webpack configuration file\n│    ├── webpack.dev.babel.js       # Webpack configuration file for adding development properties to client-side config\n│    └── webpack.server.babel.js    # Webpack configuration file for bundling client-side code\n├── .babelrc                        # Babel configuration file to define presets and plugins\n├── .eslintrc                       # ESLint configuration file to specify linting rules\n├── index-template.html             # HTML template used for HtmlWebpackPlugin\n```\n\n## Development\n\n1. Clone repo to your machine and navigate to project\n2. Run `npm install` to install npm modules\n3. Run `npm run dev` to start the Webpack development server\n\n## Production\n\n1. Run `npm run build` to transpile client-side and server-side code\n2. Run `npm start` to start up Express web server to serve React app\n3. Navigate browser URL to `http://localhost:3000` to run React app\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbchoa%2Freact-ecosystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbchoa%2Freact-ecosystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbchoa%2Freact-ecosystem/lists"}