{"id":21368296,"url":"https://github.com/logustra/read","last_synced_at":"2025-07-13T05:32:07.326Z","repository":{"id":37022831,"uuid":"240685193","full_name":"logustra/read","owner":"logustra","description":":atom_symbol: Opinionated scalable react boilerplate using webpack","archived":false,"fork":false,"pushed_at":"2024-08-15T05:10:06.000Z","size":1305,"stargazers_count":10,"open_issues_count":21,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-15T06:27:17.188Z","etag":null,"topics":["atomic-design","atomic-design-example","boilerplate","ddd","ddd-example","react","react-boilerplate","spa","typescript","webpack"],"latest_commit_sha":null,"homepage":"https://readdd.netlify.com/","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/logustra.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","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":"2020-02-15T10:21:30.000Z","updated_at":"2024-08-15T06:27:35.267Z","dependencies_parsed_at":"2024-08-15T06:27:21.670Z","dependency_job_id":"63aab246-b6b9-4574-aa2a-4d8c85731f66","html_url":"https://github.com/logustra/read","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logustra%2Fread","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logustra%2Fread/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logustra%2Fread/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logustra%2Fread/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/logustra","download_url":"https://codeload.github.com/logustra/read/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225858352,"owners_count":17535392,"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":["atomic-design","atomic-design-example","boilerplate","ddd","ddd-example","react","react-boilerplate","spa","typescript","webpack"],"created_at":"2024-11-22T07:23:41.547Z","updated_at":"2024-11-22T07:23:42.000Z","avatar_url":"https://github.com/logustra.png","language":"JavaScript","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch2\u003eRead\u003c/h2\u003e\n\n  \u003ca href=\"https://github.com/logustra/read/releases/tag/v1.0.0\"\u003e\n    \u003cimg \n      src=\"https://img.shields.io/static/v1.svg?label=version\u0026message=1.0.0\u0026style=flat\u0026color=brightgreen\" \n      alt=\"Version\"\n    \u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/logustra/read/blob/master/license.md\"\u003e\n    \u003cimg \n      src=\"https://img.shields.io/github/license/logustra/read\"\n      alt=\"License\" \n    \u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://standardjs.com\"\u003e\n    \u003cimg \n      src=\"https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat\" \n      alt=\"Code Style\"\n    \u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"http://commitizen.github.io/cz-cli\"\u003e\n    \u003cimg \n      src=\"https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat\" \n      alt=\"Commitizen\"\n    \u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\u003cbr /\u003e\n\n\u003cimg width=\"1023\" alt=\"Screen Shot 2020-05-20 at 12 58 20 PM\" src=\"https://user-images.githubusercontent.com/13871363/82410330-dad09d00-9a99-11ea-933e-0c7fdf5a5294.png\"\u003e\n\n## Design Pattern\nLearn the design pattern [here](https://github.com/logustra/dave)\n\n## Requirement\n  - [node.js](http://nodejs.org/)\n  - [nvm](https://github.com/nvm-sh/nvm)\n  - [pnpm](https://pnpm.js.org/en/installation)\n\n## Quick Start\n\n```bash\n# install nodejs with specific version\n$ nvm install 12.6.3\n\n# using specific nodejs\n$ nvm use 12.6.3\n\n# clone repository\n$ git clone https://github.com/logustra/read.git\n\n# open folder read\n$ cd read\n\n# instal dependencies\n$ pnpm install\n\n# build and serve with express\n$ pnpm start\n```\n\n## Run with Docker\n\n```bash\n# build image and tag it with name read\n$ docker build . -t read\n\n# run image read in the background with port 9900\n$ docker run -p 9900:9900 -d read\n```\n\n## How to Create Folder\nA guide how to create a folder using `create-cli`\n\n### Component\n```bash\n# create atom component and give it name loading\n$ node create atom loading\n```\n\n### Module\n```bash\n# create new module and give it name home\n$ node create module home\n```\n\n## Cheer me on\nIf you like my works, you can cheer me on here 😆\n\n\u0026nbsp; \u0026nbsp; 🇮🇩 [Trakteer](https://trakteer.id/logustra/tip)\u003cbr\u003e\n\u0026nbsp; \u0026nbsp; 🌍 [Ko-Fi](https://ko-fi.com/logustra)\u003cbr\u003e\n\n## License\nMIT License © 2020 Faizal Andyka\n","funding_links":["https://ko-fi.com/logustra"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogustra%2Fread","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flogustra%2Fread","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogustra%2Fread/lists"}