{"id":23841780,"url":"https://github.com/playerony/react-javascript-boilerplate","last_synced_at":"2026-05-20T04:30:15.511Z","repository":{"id":47442628,"uuid":"393406476","full_name":"playerony/react-javascript-boilerplate","owner":"playerony","description":"Minimal javascript boilerplate for React apps","archived":false,"fork":false,"pushed_at":"2021-08-31T18:34:33.000Z","size":3114,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-02T18:02:34.909Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/playerony.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":"2021-08-06T14:44:58.000Z","updated_at":"2024-01-16T10:07:01.000Z","dependencies_parsed_at":"2022-09-23T04:24:57.771Z","dependency_job_id":null,"html_url":"https://github.com/playerony/react-javascript-boilerplate","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/playerony%2Freact-javascript-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playerony%2Freact-javascript-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playerony%2Freact-javascript-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playerony%2Freact-javascript-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/playerony","download_url":"https://codeload.github.com/playerony/react-javascript-boilerplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240127088,"owners_count":19751938,"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":[],"created_at":"2025-01-02T18:02:10.219Z","updated_at":"2026-05-20T04:30:15.446Z","avatar_url":"https://github.com/playerony.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003capp-name\u003e\n\n![Lint](https://github.com/playerony/react-javascript-boilerplate/workflows/lint/badge.svg)\n![Test](https://github.com/playerony/react-javascript-boilerplate/workflows/test/badge.svg)\n![Build](https://github.com/playerony/react-javascript-boilerplate/workflows/build/badge.svg)\n![Prettier](https://github.com/playerony/react-javascript-boilerplate/workflows/prettier/badge.svg)\n![Commitlint](https://github.com/playerony/react-javascript-boilerplate/workflows/commitlint/badge.svg)\n\n\u003capp-description\u003e\n\n## 📖 Table of Contents\n\n- [✨ Getting started](#user-content--getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Bootstrap](#bootstrap)\n- [📜 Scripts](#user-content--scripts)\n  - [Development](#development)\n  - [Build](#build)\n  - [Shell](#shell)\n  - [Test](#test)\n  - [Analyze](#analyze)\n- [📚 Documentation](#user-content--documentation)\n  - [Commit Message Guideline](#commit-message-guideline)\n\n## ✨ Getting started\n\n### Prerequisites\n\nYou need to have installed the following software:\n\n- [nodejs](https://nodejs.org/en/) (\u003e=14.15.0)\n- [yarn](https://yarnpkg.com/) (\u003e= 1.22.10)\n\n### Bootstrap\n\n```bash\n  git clone --depth 1 https://github.com/playerony/react-javascript-boilerplate my-app\n  cd my-app\n  bash ./scripts/setup-project.sh\n```\n\n## 📜 Scripts:\n\n### Development\n\n- `dev` - Run application in development mode.\n- `docker:run` - Run created docker image.\n- `docker-compose up` - Build and run docker image.\n\n### Build\n\n- `build` - Build for production a ready application.\n- `docker:build` - Docker build.\n\n### Shell\n\n- `remove-node-modules` - Remove node_modules directory with rimraf command.\n- `reinstall-node-modules` - Invokes `remove-node-modules` and `yarn install`.\n- `gcb` - (git-create-branch) Create and checkout on the branch with the given name.\n- `gcmwp` - (git-checkout-main-with-pull) Checkout to main branch and invokes pull command.\n- `gpc` - (git-push-changes) Commit and push all files on a current branch with the given commit message.\n\n### Test\n\n- `test` - Run tests.\n- `test:ci` - Run tests in CI mode.\n- `test:watch` - Run tests in watch mode.\n- `test:coverage` - Run tests in coverage mode.\n- `test:update-snapshot`: Run tests and update all snapshots.\n\n### Analyze\n\n- `lint` - Run `eslint`. Output any errors 🚨.\n- `lint:fix` - Run `eslint` with `--fix`flag . Fix any lint errors 🚨.\n- `commitlint` - Run `commitlint`. Output any errors 🚨.\n- `format` - Run `prettier` with `--write` flag to format all the files.\n- `format:check` - Run `prettier` with `--check` flag. Output any format errors 🚨.\n- `check` - Run `lint`, `test`, `build`, `commitlint` and `format:check`. Output any errors 🚨.\n\n## 📚 Documentation\n\n### Commit Message Guideline\n\n- For easier commit type recognition commit messages are prefixed with a proper type\n- See available commit types: [https://www.npmjs.com/package/@commitlint/config-conventional](https://www.npmjs.com/package/@commitlint/config-conventional)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplayerony%2Freact-javascript-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplayerony%2Freact-javascript-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplayerony%2Freact-javascript-boilerplate/lists"}