{"id":20123463,"url":"https://github.com/hankolsen/create-react-app-lambda-test","last_synced_at":"2025-10-12T15:21:45.516Z","repository":{"id":92649214,"uuid":"127740242","full_name":"hankolsen/create-react-app-lambda-test","owner":"hankolsen","description":null,"archived":false,"fork":false,"pushed_at":"2018-04-02T16:00:25.000Z","size":196,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-31T14:10:31.884Z","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/hankolsen.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":"2018-04-02T10:16:35.000Z","updated_at":"2018-04-02T16:00:26.000Z","dependencies_parsed_at":"2023-03-04T23:30:50.377Z","dependency_job_id":null,"html_url":"https://github.com/hankolsen/create-react-app-lambda-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hankolsen/create-react-app-lambda-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hankolsen%2Fcreate-react-app-lambda-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hankolsen%2Fcreate-react-app-lambda-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hankolsen%2Fcreate-react-app-lambda-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hankolsen%2Fcreate-react-app-lambda-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hankolsen","download_url":"https://codeload.github.com/hankolsen/create-react-app-lambda-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hankolsen%2Fcreate-react-app-lambda-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011853,"owners_count":26085004,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-13T19:44:51.551Z","updated_at":"2025-10-12T15:21:45.484Z","avatar_url":"https://github.com/hankolsen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This project is based on [Create React App](https://github.com/facebookincubator/create-react-app). (For more information about Create react App, check their full [documentation](https://github.com/facebookincubator/create-react-app#create-react-app).)\n\nThe main addition is a new folder: `src/lambda`. Each JavaScript file in there will automatically be prepared for Lambda function deployment.\n\nAs an example, we've included a small `src/lambda/hello.js` function, which will be deployed to `/.netlify/functions/hello`.\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify/create-react-app-lambda)\n\n## Babel/webpack compilation\n\nAll functions are compiled with webpack using the Babel Loader, so you can use modern JavaScript, import npm modules, etc., without any extra setup.\n\n## Local Development\n\nBefore developing, clone the repository and run `yarn` from the root of the repo to install all dependencies.\n\n### Run the functions dev server\n\nFrom inside the project folder, run:\n\n```\nyarn start:lambda\n```\n\nThis will open a local server running at `http://localhost:9000` serving your Lambda functions, updating as you make changes in the `src/lambda` folder.\n\nYou can then access your functions directly at `http://localhost:9000/{function_name}`, but to access them with the app, you'll need to start the app dev server.\n\n### Run the app dev server\n\nWhile the functions server is still running, open a new terminal tab and run:\n\n```\nyarn start\n```\n\nThis will start the normal create-react-app dev server and open your app at `http://localhost:3000`.\n\nLocal in-app requests to the relative path `/.netlify/functions/*` will automatically be proxied to the local functions dev server.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhankolsen%2Fcreate-react-app-lambda-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhankolsen%2Fcreate-react-app-lambda-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhankolsen%2Fcreate-react-app-lambda-test/lists"}