{"id":18861262,"url":"https://github.com/simplydemo/user-react-demo","last_synced_at":"2026-05-04T12:41:47.259Z","repository":{"id":76282570,"uuid":"460070301","full_name":"simplydemo/user-react-demo","owner":"simplydemo","description":"user-react-demo","archived":false,"fork":false,"pushed_at":"2022-02-24T20:52:29.000Z","size":311,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-30T20:28:03.694Z","etag":null,"topics":["react","react-router"],"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/simplydemo.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":"2022-02-16T15:47:38.000Z","updated_at":"2022-06-02T01:54:25.000Z","dependencies_parsed_at":"2024-02-27T13:30:13.587Z","dependency_job_id":null,"html_url":"https://github.com/simplydemo/user-react-demo","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplydemo%2Fuser-react-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplydemo%2Fuser-react-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplydemo%2Fuser-react-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplydemo%2Fuser-react-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplydemo","download_url":"https://codeload.github.com/simplydemo/user-react-demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239800536,"owners_count":19699157,"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":["react","react-router"],"created_at":"2024-11-08T04:28:53.032Z","updated_at":"2026-02-09T09:30:17.442Z","avatar_url":"https://github.com/simplydemo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# user-react-demo\n사용자 기본 정보를 관리하는 Master Detail UI 컴포넌트를 구현한 React 데모 입니다.\n\n## Checkout\n```\ngit clone https://github.com/chiwoo-samples/user-react-demo.git\n\ncd user-react-demo\n```\n\n## Build Project\n\n```\nnpm install\nnpm run build\n```\n\n## Run\n\n```\nnpm start\n```\n\n## Build Image (Docker)\n\n```\n# docker build -t \"user-react-demo:1.0.0\" -f ./cicd/docker/Dockerfile .\n# docker build -t \"user-react-demo:1.0.0\" -f ./cicd/docker/local.Dockerfile .\ndocker build -t \"user-react-demo:1.0.0\" -f ./cicd/docker/demo.Dockerfile .\n```\n\n\n## Appendix\n\n### Build Docker Image\n```\nrm -rf build\nnpm run build\n\n\n```\n\n### Docker Service UP\n```\ndocker-compose -f ./cicd/docker/docker-compose.yaml up -d\n\n# Down\n# docker-compose -f ./cicd/docker/docker-compose.yaml down\n```\n\n### Docker Network\n```\ndocker run --rm -it --net=docker_mynet-bridge ghcr.io/jonlabelle/network-tools:latest\n```\n\n### Create New React App\n```\nnpx create-react-app user-react-demo\n```\n\n### Packages\n```\ncd user-react-demo\nnpm install --save bootstrap@5.1 react-cookie@4.1.1 react-router-dom@5.3.0 reactstrap@8.10.0\n```\n\n### Reference Documentation\nFor further reference, please consider the following sections:\n\n* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)\n* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.5.6/maven-plugin/reference/html/)\n* [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.5.6/maven-plugin/reference/html/#build-image)\n* [Rest Repositories](https://docs.spring.io/spring-boot/docs/2.5.6/reference/htmlsingle/#howto-use-exposing-spring-data-repositories-rest-endpoint)\n* [Spring Web](https://docs.spring.io/spring-boot/docs/2.5.6/reference/htmlsingle/#boot-features-developing-web-applications)\n* [Spring Data JPA](https://docs.spring.io/spring-boot/docs/2.5.6/reference/htmlsingle/#boot-features-jpa-and-spring-data)\n\n### Guides\nThe following guides illustrate how to use some features concretely:\n\n* [Accessing JPA Data with REST](https://spring.io/guides/gs/accessing-data-rest/)\n* [Accessing Neo4j Data with REST](https://spring.io/guides/gs/accessing-neo4j-data-rest/)\n* [Accessing MongoDB Data with REST](https://spring.io/guides/gs/accessing-mongodb-data-rest/)\n* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)\n* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)\n* [Building REST services with Spring](https://spring.io/guides/tutorials/bookmarks/)\n* [Accessing Data with JPA](https://spring.io/guides/gs/accessing-data-jpa/)\n\n\n\n# react-simple-frontend\n\n\n```\nnpm package\n```\n\n\n# Getting Started with Create React App\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in your browser.\n\nThe page will reload when you make changes.\\\nYou may also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can't go back!**\n\nIf you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.\n\nYou don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n### Code Splitting\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)\n\n### Analyzing the Bundle Size\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)\n\n### Making a Progressive Web App\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)\n\n### Advanced Configuration\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)\n\n### Deployment\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)\n\n### `npm run build` fails to minify\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplydemo%2Fuser-react-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplydemo%2Fuser-react-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplydemo%2Fuser-react-demo/lists"}