{"id":19910055,"url":"https://github.com/aitoroses/base-seed-project","last_synced_at":"2026-06-13T14:32:40.279Z","repository":{"id":67181548,"uuid":"51095189","full_name":"aitoroses/base-seed-project","owner":"aitoroses","description":null,"archived":false,"fork":false,"pushed_at":"2016-02-04T18:12:41.000Z","size":7403,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T08:30:26.875Z","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/aitoroses.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}},"created_at":"2016-02-04T18:12:27.000Z","updated_at":"2016-02-04T18:12:42.000Z","dependencies_parsed_at":"2023-04-27T05:02:09.376Z","dependency_job_id":null,"html_url":"https://github.com/aitoroses/base-seed-project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aitoroses/base-seed-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitoroses%2Fbase-seed-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitoroses%2Fbase-seed-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitoroses%2Fbase-seed-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitoroses%2Fbase-seed-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aitoroses","download_url":"https://codeload.github.com/aitoroses/base-seed-project/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitoroses%2Fbase-seed-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34288664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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-12T21:17:23.836Z","updated_at":"2026-06-13T14:32:40.263Z","avatar_url":"https://github.com/aitoroses.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Installation and usage\n\nIf you check ```package.json``` you'll find a set scripts prepared for working with the project.\n\nFor using this project first ```npm install```\n\nThen we have to run the mock-server via ```npm run mock-server```\n\nAnd finally we will run the development server ```npm run dev```\n\nFor scaffolding files of the project, will use ```npm run scaffold``` or you can globally install plop with ```npm install -g plop```\n\n# How to start a new project\n\nThis repository provides the basic structure for an application and incorporates scaffolding capabilities via [Plop](https://github.com/amwmedia/plop).\n\nThe repo is initialized with the **Bootstrap** generator, thats why **/src** folder contains some files. But we will use plop to add more files to the file structure.\n\n## Creating the redux state files\n\nFor creating files for Redux (reducer, actions, constants...) type ```npm run scaffold``` and select the **ReduxState** generator. It will ask for the state segment name.\n\nIn this case, we will provide the name **todos** to that question and it will create the following files:\n\n- /src/reducer/todos.ts\n- /src/constants/Todos.ts\n- /src/actions/todos.ts\n\nThe reducer will be imported directly into the root reducer in the **todos** key.\n\n## Creating a container component file\n\nFor creating a container component select **Container** generator. It will ask for the name of the file.\n\nAs an example, providing the name **TodosView** it will create the file \"/src/containers/TodosView.tsx\"\n\n\u003e We can use a lot of forms of that name, \"todos view\", \"todos_view\"... it will use the proper name for each file in each case\n\n## Attaching a container to a route\n\nWe'll do this with the **Route** generator. It will ask for the name of the file.\n\nThe generator will require the path of the route and the container to import, so, path **/todos** and component **TodosView** will import the TodosView and set the route /todos for displaying that component.\n\n## Other generators\n\nInside ```npm run scaffold``` or ```plop``` we can see the set of generators that we can use:\n\nThe ones that we will use:\n\n  - ReduxState - Creates a set of files (constants, actions, reducer) and links them together.\n  - Route - Creates a route for the application.\n  - Component - Creates a basic component.\n  - Container - Creates a container.\n  - Constants - Creates a constants file.\n  - Reducer - Creates a reducer.\n  - Actions - Creates an actions file.\n\nThe ones that the clean repo has run for us:\n\n  - Bootstrap - creates the basic structure for the application.\n  - Application file - Creates the main application file.\n  - Root Reducer - Creates the root reducer.\n  - Store - Creates a preconfigured store.\n\n## Needs Clarification\n  - Relevance of the acts, how to calculate\n  - TODOs Administration Category, How to know if this TODO are an administration todo.\n  - Requests, How to know if one request are on my country\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faitoroses%2Fbase-seed-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faitoroses%2Fbase-seed-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faitoroses%2Fbase-seed-project/lists"}