{"id":18112032,"url":"https://github.com/philnash/react-express-starter","last_synced_at":"2025-10-29T16:09:03.929Z","repository":{"id":34964854,"uuid":"150537191","full_name":"philnash/react-express-starter","owner":"philnash","description":"A starter kit for React applications with a back end server all in the same project","archived":false,"fork":false,"pushed_at":"2023-03-15T08:22:39.000Z","size":3466,"stargazers_count":193,"open_issues_count":5,"forks_count":91,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-02T19:07:30.218Z","etag":null,"topics":["express","expressjs","react","reactjs"],"latest_commit_sha":null,"homepage":null,"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/philnash.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},"funding":{"github":"philnash"}},"created_at":"2018-09-27T06:09:50.000Z","updated_at":"2025-03-05T22:01:13.000Z","dependencies_parsed_at":"2025-01-16T00:15:46.755Z","dependency_job_id":"a75cc87e-96ab-4b34-8a56-d2024f7d1932","html_url":"https://github.com/philnash/react-express-starter","commit_stats":{"total_commits":48,"total_committers":2,"mean_commits":24.0,"dds":0.4375,"last_synced_commit":"3eda1ad7b466111703b7b99d00e76a5c539990c3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philnash%2Freact-express-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philnash%2Freact-express-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philnash%2Freact-express-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philnash%2Freact-express-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philnash","download_url":"https://codeload.github.com/philnash/react-express-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248112680,"owners_count":21049697,"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":["express","expressjs","react","reactjs"],"created_at":"2024-11-01T01:09:14.573Z","updated_at":"2025-10-29T16:09:03.841Z","avatar_url":"https://github.com/philnash.png","language":"JavaScript","funding_links":["https://github.com/sponsors/philnash"],"categories":[],"sub_categories":[],"readme":"# React application with Express server\n\nThis project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app). Then an Express server was added in the `server` directory. The server is proxied via the `proxy` key in `package.json`.\n\n## Using this project\n\n1. Clone the project, change into the directory and install the dependencies.\n\n   ```bash\n   git clone https://github.com/philnash/react-express-starter.git\n   cd react-express-starter\n   npm install\n   ```\n\n2. Create a `.env` file for environment variables in your server.\n\n   ```bash\n   touch .env\n   ```\n\n3. Start the server\n\n   You can start the server on its own with the command:\n\n   ```bash\n   npm run server\n   ```\n\n   Run the React application on its own with the command:\n\n   ```bash\n   npm start\n   ```\n\n   Run both applications together with the command:\n\n   ```bash\n   npm run dev\n   ```\n\n   The React application will run on port 3000 and the server port 3001.\n\n## React Twilio starter\n\nThe [twilio branch](https://github.com/philnash/react-express-starter/tree/twilio) is a similar setup but also provides endpoints with basic [Access Tokens](https://www.twilio.com/docs/iam/access-tokens) for [Twilio Programmable Chat](https://www.twilio.com/docs/chat) and [Twilio Programmable Video](https://www.twilio.com/docs/video). You can use the project as a base for building React chat or video applications.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilnash%2Freact-express-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilnash%2Freact-express-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilnash%2Freact-express-starter/lists"}