{"id":17561680,"url":"https://github.com/fitri-hy/node-react-framework","last_synced_at":"2026-03-04T13:31:38.499Z","repository":{"id":247577665,"uuid":"826254407","full_name":"fitri-hy/node-react-framework","owner":"fitri-hy","description":"Fullstack Framework with a backend using Node.js and a frontend using React.js running on one server combines the power of these two technologies to build modern and efficient web applications.","archived":false,"fork":false,"pushed_at":"2024-07-10T05:57:37.000Z","size":208,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-20T08:22:38.275Z","etag":null,"topics":["backend","framework","frontend","fullstack-framework","javascript","node-react","nodejs","react"],"latest_commit_sha":null,"homepage":"","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/fitri-hy.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}},"created_at":"2024-07-09T11:01:10.000Z","updated_at":"2024-07-10T05:57:41.000Z","dependencies_parsed_at":"2024-07-14T10:49:35.422Z","dependency_job_id":null,"html_url":"https://github.com/fitri-hy/node-react-framework","commit_stats":null,"previous_names":["fitri-hy/fullstack-framework","fitri-hy/node-react-framework"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fitri-hy/node-react-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fnode-react-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fnode-react-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fnode-react-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fnode-react-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fitri-hy","download_url":"https://codeload.github.com/fitri-hy/node-react-framework/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fnode-react-framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30081422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T13:22:36.021Z","status":"ssl_error","status_checked_at":"2026-03-04T13:20:45.750Z","response_time":59,"last_error":"SSL_read: 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":["backend","framework","frontend","fullstack-framework","javascript","node-react","nodejs","react"],"created_at":"2024-10-21T12:07:22.673Z","updated_at":"2026-03-04T13:31:38.424Z","avatar_url":"https://github.com/fitri-hy.png","language":"JavaScript","readme":"# Node-React Framework (EN)\n\nFullstack Framework with a backend using Node.js and a frontend using React.js running on one server combines the power of these two technologies to build modern and efficient web applications.\n\n## Instalation\n\n```\ngit clone https://github.com/fitri-hy/node-react-framework.git\ncd node-react-framework\nnpm install\nnpm start\n```\n\n## Build\n\n- Before building, you are required to add all the backend required dependencies into `dep-build.txt`\n- Next Build: `npm run build`\n- Build Project Settings: Open `dist/backend/.env` file and change to: `DIST_PATH=../` (_Frontend path adjustment_)\n\n## Production\n\n- Upload the dist folder and its contents to hosting (Node Server required)\n- Atur `backend/server.js` sebagai file Node Server\n- Project is ready\n\n## Folder Structure\n\n```\nnode-react-framework/\n│\n├── backend/\n│   ├── routes/\n│   │   └── Api.js\n│   └── server.js\n├── frontend/\n│   ├── public/\n│   │   ├── images/\n│   │   │   └── logo.png\n│   │   └── index.html\n│   ├── src/\n│   │   ├── pages/\n│   │   │   └── App.js\n│   │   ├── styles.css\n│   │   └── index.js\n│   ├── .bablerc\n│   └── webpack.config.js\n├── package-lock.json\n├── package.json\n└── README.json\n```\n\n\u003chr\u003e\n\u003chr\u003e\n\n# Node-React Framework (ID)\n\nFullstack Framework dengan backend menggunakan Node.js dan frontend menggunakan React.js yang berjalan di satu server menggabungkan kekuatan kedua teknologi ini untuk membangun aplikasi web yang modern dan efisien.\n\n## Instalasi\n\n```\ngit clone https://github.com/fitri-hy/node-react-framework.git\ncd node-react-framework\nnpm install\nnpm start\n```\n\n## Membangun\n\n- Sebelum membangun, Anda diharuskan menambahkan semua dependensi backend yang diperlukan ke `dep-build.txt`\n- Lanjutkan Build: `npm run build`\n- Bangun Pengaturan Proyek: Buka file `dist/backend/.env` dan ubah menjadi: `DIST_PATH=../` (_Penyesuaian jalur frontend)\n\n## Produksi\n\n- Upload folder `dist` beserta isinya ke hosting (Diperlukan Node Server)\n- Tetapkan `backend/server.js` sebagai file Node Server\n- Proyek sudah siap\n\n## Struktur Folder\n\n```\nnode-react-framework/\n│\n├── backend/\n│   ├── routes/\n│   │   └── Api.js\n│   └── server.js\n├── frontend/\n│   ├── public/\n│   │   ├── images/\n│   │   │   └── logo.png\n│   │   └── index.html\n│   ├── src/\n│   │   ├── pages/\n│   │   │   └── App.js\n│   │   ├── styles.css\n│   │   └── index.js\n│   ├── .bablerc\n│   └── webpack.config.js\n├── package-lock.json\n├── package.json\n└── README.json\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitri-hy%2Fnode-react-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffitri-hy%2Fnode-react-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitri-hy%2Fnode-react-framework/lists"}