{"id":27796606,"url":"https://github.com/praveen-me/reenode","last_synced_at":"2025-04-30T20:59:27.761Z","repository":{"id":47337358,"uuid":"199181307","full_name":"praveen-me/reenode","owner":"praveen-me","description":"CLI for generating boilerplate using React ❤️ + Node 🏬. 🚀","archived":false,"fork":false,"pushed_at":"2022-12-22T18:32:24.000Z","size":14555,"stargazers_count":10,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-30T20:59:22.192Z","etag":null,"topics":["cli","cli-boilerplate","eslint","expressjs","hot-module-replacement","mongodb","nodejs","prettier","react-boilerplate","redux","webpack4"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/reenode","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/praveen-me.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}},"created_at":"2019-07-27T15:20:53.000Z","updated_at":"2023-03-16T12:06:56.000Z","dependencies_parsed_at":"2023-01-30T16:01:34.275Z","dependency_job_id":null,"html_url":"https://github.com/praveen-me/reenode","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/praveen-me%2Freenode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praveen-me%2Freenode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praveen-me%2Freenode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praveen-me%2Freenode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/praveen-me","download_url":"https://codeload.github.com/praveen-me/reenode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251782740,"owners_count":21642981,"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":["cli","cli-boilerplate","eslint","expressjs","hot-module-replacement","mongodb","nodejs","prettier","react-boilerplate","redux","webpack4"],"created_at":"2025-04-30T20:59:26.913Z","updated_at":"2025-04-30T20:59:27.749Z","avatar_url":"https://github.com/praveen-me.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to reenode 👋\u003c/h1\u003e\n\u003cp\u003e\n  \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000\" /\u003e\n  \u003ca href=\"https://twitter.com/am_pra_veen\"\u003e\n    \u003cimg alt=\"Twitter: am_pra_veen\" src=\"https://img.shields.io/twitter/follow/am_pra_veen.svg?style=social\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/node/v/reenode\"\u003e\n\u003c/p\u003e\n\n\u003e 🔥 A **CLI** for generating React + Node boilerplates 🚀 with handful configurations. **reenode** helps you to create boilerplates with different configurations such as **react-router**, **redux** and **MongoDB**.\n\n### 🏠 [Homepage](https://github.com/praveen-me/reenode)\n\n## Demo 🎥\n\n![GIF](https://user-images.githubusercontent.com/29889620/68893443-2a30bc00-074b-11ea-90fc-0c73a6f8cb85.gif)\n\n## Install\nNode version should be 10 or 10+.\n```sh\nnpm install -g reenode\nyarn global add reenode\n```\n\n## Usage\n- `create [app-name]`: helps to create boilerplate that you want. Just run: `reenode create my-app`\n- `--help | -h`: Helps you to get help about `reenode`.\n- `--version | -v`: Gives current version of `reenode`.\n\nYou can simply create a project by running:\n```\nreenode create project-name\n```\n\n## Features\n\n- Hot Module Replacement in client-side in dev mode.\n- Live server reloading using `nodemon` in dev mode.\n- Different boilerplates generation.\n- [`eslint`](https://eslint.org/) and [`prettier`](https://prettier.io/) setup.\n\n### Setup for ESlint + Pritter + VS Code:\n\n- Install [ESLint Extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint).\n- Install [Priettier Extension](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode).\n- Add these lines to your vs code's `setting.json`.\n\n```json\n  \"prettier.eslintIntegration\": true,\n  \"prettier.jsxBracketSameLine\": true,\n  \"editor.formatOnSave\": true,\n```\n\n## Introduction\n\nEvery boilerplate container three main folders: \u003cbr\u003e\n**Note:** Feel free to edit files according to your need.\n\n- `client` : This folder contains all the code related to client such as react, redux, react-router, etc.\n- `server` : This folder contains all the code related to server such as node, express, mongodb.\n- `build-utils` : This folder contains all the configuration related to webpack.\n\n## Author\n\n👤 **Praveen Kumar Saini**\n\n* Twitter: [@am_pra_veen](https://twitter.com/am_pra_veen)\n* Github: [@praveen-me](https://github.com/praveen-me)\n\n## 📝 License\nCopyright © 2019 Praveen Kumar Saini. \u003cbr/\u003e\nThis project is [MIT](https://github.com/praveen-me/reenode/blob/master/LICENSE) licensed.\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n***\n_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraveen-me%2Freenode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpraveen-me%2Freenode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraveen-me%2Freenode/lists"}