{"id":19303543,"url":"https://github.com/matthewcallis/javascript-starter","last_synced_at":"2026-05-17T03:09:42.459Z","repository":{"id":66818629,"uuid":"438396058","full_name":"MatthewCallis/javascript-starter","owner":"MatthewCallis","description":"A super simple JS template for setting up React with Webpack and a separate Express server.","archived":false,"fork":false,"pushed_at":"2022-08-16T15:40:19.000Z","size":295,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-05T23:41:23.079Z","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/MatthewCallis.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":"2021-12-14T20:49:23.000Z","updated_at":"2021-12-15T00:27:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"e0daaf86-c56c-48b7-a234-262597e295a4","html_url":"https://github.com/MatthewCallis/javascript-starter","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/MatthewCallis%2Fjavascript-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewCallis%2Fjavascript-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewCallis%2Fjavascript-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewCallis%2Fjavascript-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatthewCallis","download_url":"https://codeload.github.com/MatthewCallis/javascript-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240404755,"owners_count":19796064,"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-09T23:26:45.984Z","updated_at":"2026-05-17T03:09:37.429Z","avatar_url":"https://github.com/MatthewCallis.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple React \u0026 Webapck with Express Server\n\nThe goal is to have a small but extensible app setup.\n\nThis is not, nor does it intended to be \"production ready\"; `npm start` is used from Docker rather than `dumb-init`, development dependencies are installed, image is not pinned, etc.\n\n## Running\n\n```sh\n# Run Docker in detached state\ndocker-compose up -d\n\n# View Logs\ndocker-compose logs\n```\n\n## Building Containers\n\nUseful for debugging individual containers.\n\n```sh\n# Setup the Client (React \u0026 Webpack) Container\ncd client\ndocker build -f Dockerfile -t simple:client .\ndocker run -it -p 8080:8080 simple:client\nopen http://localhost:8080/\n\n# Setup the Server (Express) Container\ncd server\ndocker build -f Dockerfile -t simple:server .\ndocker run -it -p 3000:3000 simple:server\ncurl -i localhost:3000\n\n# General Docker Tips\n# -it is short for --interactive --tty\n\n# Get Container ID\ndocker ps\n\n# Enter the Container\n$ docker exec -it \u003cContainerID\u003e /bin/bash\n\n# View Logs\ndocker logs \u003cContainerID\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewcallis%2Fjavascript-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthewcallis%2Fjavascript-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewcallis%2Fjavascript-starter/lists"}