{"id":23545389,"url":"https://github.com/amodin/react-simple-start-kit","last_synced_at":"2026-05-07T03:39:10.944Z","repository":{"id":144015908,"uuid":"163102207","full_name":"AModin/react-simple-start-kit","owner":"AModin","description":"React seed for any project","archived":false,"fork":false,"pushed_at":"2019-01-06T13:33:49.000Z","size":48,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T10:32:29.408Z","etag":null,"topics":["clear","react","seed","webpack"],"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/AModin.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":"2018-12-25T17:58:40.000Z","updated_at":"2019-01-06T13:33:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"c392940a-9a7b-4cde-a129-d16a9eeab052","html_url":"https://github.com/AModin/react-simple-start-kit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AModin%2Freact-simple-start-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AModin%2Freact-simple-start-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AModin%2Freact-simple-start-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AModin%2Freact-simple-start-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AModin","download_url":"https://codeload.github.com/AModin/react-simple-start-kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254323017,"owners_count":22051700,"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":["clear","react","seed","webpack"],"created_at":"2024-12-26T08:16:59.454Z","updated_at":"2026-05-07T03:39:10.914Z","avatar_url":"https://github.com/AModin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React simple start kit\n![React](https://img.shields.io/badge/Seed%20project-react-%2364d0ee.svg)\n![Webpack](https://img.shields.io/badge/bundler-webpack-%231e72b3.svg)\n\nWant to start the new project with React and looking for project seed? You on the right page! Why you should use this configuration:\n\n:point_right: **100% pure React seed**\n\n:point_right: **100% applicable for starting any project on React**\n\n:point_right: **Including the dev server with hot reloading for components**\n\nNo test library/state manager included, I'm not gone to force you to use some specific technology, choose it by yourself.\n\n## Getting started\n\nFork this repo and then clone/download it from the Github:\n\n```git clone https://github.com/your_username/your_fork_name.git```\n\nGo to project root directory ```cd ./react-simple-start-kit``` and install all dependencies: \n\n```npm i```\n\n Start the dev server:\n\n```npm run start```\n\nThen check out ```http://localhost:3000/```, you should see the page:\n\n![schemamockpost](https://user-images.githubusercontent.com/15379788/50691613-4e5b4100-1042-11e9-88d8-4dbda6c25a84.png)\n\n## Files structure:\n\n```\napp\n├── node_modules\n├── src\n│     ├── assets\n|     |      └── images\n|     |            └── react.png\n|     ├── components\n|     |      ├── index.js\n|     |      └── ImportedComponent.js\n|     ├── App.js\n|     ├── index.css\n|     └── index.js\n├── babel.config\n├── index.html\n├── package.json\n├── package-lock.json\n├── server.js\n├── webpack.config.dev\n├── webpack.config\n└── webpack.config.prod\n```\n\n## How to\n\n - Add new absolute path: open ```webpack.config.js``` find \n```javascript\nresolve: {\n    alias: {\n      components: path.resolve(__dirname, './src/components'),\n      assets: path.resolve(__dirname, './src/assets'),\n    }\n  }\n```\nand add new property in alias object\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famodin%2Freact-simple-start-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famodin%2Freact-simple-start-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famodin%2Freact-simple-start-kit/lists"}