{"id":17551107,"url":"https://github.com/maael/simple-express-react","last_synced_at":"2026-05-06T11:34:02.101Z","repository":{"id":73820715,"uuid":"68615804","full_name":"maael/simple-express-react","owner":"maael","description":"🔧 A simple project template with Express and React","archived":false,"fork":false,"pushed_at":"2016-10-31T12:11:47.000Z","size":225,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-17T05:39:51.445Z","etag":null,"topics":["es6","express","javascript","react","webpack-bundle"],"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/maael.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-09-19T14:50:31.000Z","updated_at":"2017-12-20T14:21:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"693310d8-db9d-4c03-9772-cb49bc5989cf","html_url":"https://github.com/maael/simple-express-react","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maael/simple-express-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maael%2Fsimple-express-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maael%2Fsimple-express-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maael%2Fsimple-express-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maael%2Fsimple-express-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maael","download_url":"https://codeload.github.com/maael/simple-express-react/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maael%2Fsimple-express-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32691915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["es6","express","javascript","react","webpack-bundle"],"created_at":"2024-10-21T04:44:53.802Z","updated_at":"2026-05-06T11:34:02.082Z","avatar_url":"https://github.com/maael.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple-express-react\n\n\n[![Build Status](https://img.shields.io/travis/maael/simple-express-react.svg?style=flat-square)](https://travis-ci.org/maael/simple-express-react)\n[![Code Climate](https://img.shields.io/codeclimate/github/maael/simple-express-react.svg?style=flat-square)](https://codeclimate.com/github/maael/simple-express-react)\n\nThis project is a template containing -\n  - [express](https://www.npmjs.com/package/express)\n    - [body-parser](https://www.npmjs.com/package/body-parser)\n    - [cors](https://www.npmjs.com/package/cors)\n    - [dotenv](https://www.npmjs.com/package/dotenv)\n    - [morgan](https://www.npmjs.com/package/morgan)\n  - [babel](https://www.npmjs.com/package/babel-core)\n    - [es2015](https://www.npmjs.com/package/babel-preset-es2015)\n    - [react](https://www.npmjs.com/package/babel-preset-react)\n  - [webpack](https://www.npmjs.com/package/webpack)\n    - [hot-reloading dev config](https://www.npmjs.com/package/webpack-dev-server)\n    - minimized prod config using `webpack.optimize.UglifyJsPlugin`\n  - [react](https://www.npmjs.com/package/react)\n    - [react-router](https://www.npmjs.com/package/react-router)\n  - [standard linting](https://www.npmjs.com/package/standard)\n    - [snazzy output](https://www.npmjs.com/package/snazzy)\n  - [husky](https://www.npmjs.com/package/standard) to run linting and tests prepush\n\n## Included modules\n\n### 8 Dependencies\n```\n  \"dependencies\": {\n    \"body-parser\": \"^1.15.2\",\n    \"cors\": \"^2.8.1\",\n    \"dotenv\": \"^2.0.0\",\n    \"express\": \"^4.14.0\",\n    \"morgan\": \"^1.7.0\",\n    \"react\": \"^15.3.1\",\n    \"react-dom\": \"^15.3.1\",\n    \"react-router\": \"^2.8.1\"\n  }\n```\n\n### 10 Dev dependencies\n```\n  \"devDependencies\": {\n    \"babel-core\": \"^6.14.0\",\n    \"babel-loader\": \"^6.2.5\",\n    \"babel-preset-es2015\": \"^6.14.0\",\n    \"babel-preset-react\": \"^6.11.1\",\n    \"eslint\": \"^3.5.0\",\n    \"http-proxy\": \"^1.15.1\",\n    \"husky\": \"^0.11.7\",\n    \"snazzy\": \"^5.0.0\",\n    \"webpack\": \"^1.13.2\",\n    \"webpack-dev-server\": \"^1.15.2\"\n  }\n```\n\n## Setup\n1. Clone the project with `git clone https://github.com/maael/simple-express-react.git`\n2. Check node version is 6.0.0+. If not swap node version.\n3. Check npm version is 2+. 3 can be a bit slow. (TODO: Yarn?)\n4. `npm install`\n\nYou should now be able to run `npm start` and see *Main Application* at `http://localhost:4242/` in your browser.\n\n## Included npm scripts\n- `npm start` - Start the server and webpack dev server if in development.\n- `npm run lint` - Lint the code with snazzy (a pretty standard linter).\n- `npm run build` - Generate the development webpack bundle.\n- `npm run build-prod` - Generate the production webpack bundle and source map.\n- `npm run clean` - Remove any webpack bundle and source maps.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaael%2Fsimple-express-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaael%2Fsimple-express-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaael%2Fsimple-express-react/lists"}