{"id":22154219,"url":"https://github.com/eished/simple-jira","last_synced_at":"2026-03-07T18:04:55.115Z","repository":{"id":37577818,"uuid":"487840078","full_name":"Eished/simple-jira","owner":"Eished","description":"React + TypeScript + Tailwindcss + Flowbite 技术实践：仿 Jira 看板项目.  jira-dev-tool 配置","archived":false,"fork":false,"pushed_at":"2022-08-15T17:01:02.000Z","size":2552,"stargazers_count":13,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-19T21:00:33.095Z","etag":null,"topics":["flowbite","jira","jira-dev-tool","react-hook","react-route-6","react18","typescript"],"latest_commit_sha":null,"homepage":"https://jira.iknow.fun","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/Eished.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":"2022-05-02T12:41:40.000Z","updated_at":"2023-09-21T23:58:20.000Z","dependencies_parsed_at":"2022-08-09T15:54:35.877Z","dependency_job_id":null,"html_url":"https://github.com/Eished/simple-jira","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/Eished%2Fsimple-jira","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eished%2Fsimple-jira/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eished%2Fsimple-jira/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eished%2Fsimple-jira/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Eished","download_url":"https://codeload.github.com/Eished/simple-jira/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227657150,"owners_count":17799911,"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":["flowbite","jira","jira-dev-tool","react-hook","react-route-6","react18","typescript"],"created_at":"2024-12-02T01:42:00.292Z","updated_at":"2026-03-07T18:04:50.080Z","avatar_url":"https://github.com/Eished.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Jira\n\nDemo: [jira.iknow.fun](https://jira.iknow.fun)\n\n[文档和笔记](./docs/readme.md)\n\n## Available Scripts\n\n**`yarn start`**\n\nFrontend: `http://localhost:3000`\n\nMsw Mock Backend: `http://localhost:3000/api`\n\n**`yarn test`**\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n**`yarn build`**\n\nBuilds the app for production to the `build` folder.\n\n**`yarn server`**\n\njson-server\n\nJson Server Mock Backend: `http://localhost:3003`\n\nhttps://github.com/typicode/json-server#getting-started\n\n**`yarn seed`**\n\nSeeding `./__json_server_mock__/db.json`\n\n## Commit Message\n\nhttps://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional\n\n```\n[\n  'build',\n  'chore',\n  'ci',\n  'docs',\n  'feat',\n  'fix',\n  'perf',\n  'refactor',\n  'revert',\n  'style',\n  'test'\n];\n```\n\n```\necho \"foo: some message\" # fails\necho \"fix: some message\" # passes\n```\n\nhttps://nitayneeman.com/posts/understanding-semantic-commit-messages-using-git-and-angular/#motivation\n\n### 👷 build\n\nThe `build` type (formerly known as `chore`) is used to identify **development** changes related to the build system (involving scripts, configurations or tools) and package dependencies.\n\n### 💚 ci\n\nThe `ci` type is used to identify **development** changes related to the continuous integration and deployment system - involving scripts, configurations or tools.\n\n### 📝 docs\n\nThe `docs` type is used to identify documentation changes related to the project - whether intended externally for the end users (in case of a library) or internally for the developers.\n\n### ✨ feat\n\nThe `feat` type is used to identify **production** changes related to new backward-compatible abilities or functionality.\n\n### 🐛 fix\n\nThe `fix` type is used to identify **production** changes related to backward-compatible bug fixes.\n\n### ⚡️ perf\n\nThe `perf` type is used to identify **production** changes related to backward-compatible performance improvements.\n\n### ♻️ refactor\n\nThe `refactor` type is used to identify **development** changes related to modifying the codebase, which neither adds a feature nor fixes a bug - such as removing redundant code, simplifying the code, renaming variables, etc.\n\n### 🎨 style\n\nThe `style` type is used to identify **development** changes related to styling the codebase, regardless of the meaning - such as indentations, semi-colons, quotes, trailing commas and so on.\n\n### ✅ test\n\nThe `test` type is used to identify **development** changes related to tests - such as refactoring existing tests or adding new tests.\n\n## UI\n\nhttps://flowbite.com/\n\nhttps://flowbite-react.com/\n\n## jira-dev-tool Configuration\n\n[jira-dev-tool](/docs/readme.md#jira-dev-tool-mock-后端的配置)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feished%2Fsimple-jira","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feished%2Fsimple-jira","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feished%2Fsimple-jira/lists"}