{"id":20113765,"url":"https://github.com/zrwusa/web-gpu-bunny","last_synced_at":"2025-09-09T19:00:32.183Z","repository":{"id":175632009,"uuid":"439012308","full_name":"zrwusa/web-gpu-bunny","owner":"zrwusa","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-16T14:11:29.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T06:08:40.824Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/zrwusa.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":"2021-12-16T14:09:26.000Z","updated_at":"2021-12-16T14:11:32.000Z","dependencies_parsed_at":"2023-09-19T19:00:58.085Z","dependency_job_id":null,"html_url":"https://github.com/zrwusa/web-gpu-bunny","commit_stats":null,"previous_names":["zrwusa/web-gpu-bunny"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zrwusa%2Fweb-gpu-bunny","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zrwusa%2Fweb-gpu-bunny/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zrwusa%2Fweb-gpu-bunny/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zrwusa%2Fweb-gpu-bunny/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zrwusa","download_url":"https://codeload.github.com/zrwusa/web-gpu-bunny/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241557119,"owners_count":19981877,"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":"2024-11-13T18:25:46.420Z","updated_at":"2025-03-02T18:45:35.224Z","avatar_url":"https://github.com/zrwusa.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eReact-Bunny\u003c/h1\u003e\n\nReact,Typescript,Webpack 5,Redux,SASS,Mock server,JWT Auth,Autoprefixer,Eslint,Stylelint.\n\nI know you don't want a complicated project, what you want is a collection of samples based on cutting-edge technology.Your happy use is my goal！\n\u003ctable\u003e\n\u003cthead\u003e\u003ctr\u003e\u003cth\u003eName\u003c/th\u003e\u003cth\u003eDesc\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\u003ctd\u003eGrid responsive layout\u003c/td\u003e\u003ctd\u003e  \u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003ctd\u003eFlexbox responsive layout\u003c/td\u003e\u003ctd\u003e  \u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003ctd\u003eClass component\u003c/td\u003e\u003ctd\u003e  \u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003ctd\u003eFunction component\u003c/td\u003e\u003ctd\u003e  \u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003ctd\u003eCSS BEM\u003c/td\u003e\u003ctd\u003e  \u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003ctd\u003eMedia queries SASS variables\u003c/td\u003e\u003ctd\u003e  \u003c/td\u003e\u003c/tr\u003e\n\u003c/tbody\u003e\u003c/table\u003e\n\n\u003cdiv\u003e\n\n[![license](https://img.shields.io/badge/license-MIT-blue.svg)]()\n[![CircleCI](https://img.shields.io/circleci/project/github/mui-org/material-ui/next.svg)](https://app.circleci.com/pipelines/github/zrwusa/react-bunny)\n[![Coverage Status](https://img.shields.io/codecov/c/github/mui-org/material-ui/next.svg)](https://codecov.io/gh/zrwusa/react-bunny)\n[![Dependabot Status](https://api.dependabot.com/badges/status?host=github\u0026repo=mui-org/material-ui)](https://dependabot.com)\n[![Crowdin](https://badges.crowdin.net/material-ui-docs/localized.svg)](https://crowdin.com/project/react-bunny)\n\n\n\n\u003c/div\u003e\n\n## Installation\nFor development\n```sh\n// with npm\nnpm install\nnpm start\n\n// with yarn\nyarn\nyarn start\n```\n\nFor http-server RESTFul mock server with JWT auth\n```sh\n// with npm\nnpm mock\n\n// with yarn\nyarn mock\n```\n\nFor simulating a web server serving path '/public' as a web at local.\n```sh\n// with npm\nnpm web\n\n// with yarn\nyarn web\n```\nYou can test you app as a real production env,and use a performance tool E.g. Lighthouse to test the performance.\n![](https://raw.githubusercontent.com/zrwusa/assets/master/images/Screen%20Shot%202020-12-13%20at%2014.26.36.png)\n\n![](https://raw.githubusercontent.com/zrwusa/assets/master/images/Screen%20Shot%202020-12-13%20at%2014.27.37.png)\n\n\nFor CLI\n```sh\n// with npm\nnpm install -g react-bunny-cli\nreact-bunny-cli init product-name\n\n// with yarn\nyarn global add react-bunny-cli\nreact-bunny-cli init product-name\n```\n\n[CLI repository](https://github.com/zrwusa/react-bunny-cli)\n\n\n[Check online deployed](https://react-bunny.vercel.app/)\n\n\n\nYes, it's really all you need to get started as you can see in this live and interactive demo:\n\n[![Edit Button](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/zrwusa/react-bunny/tree/main)\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzrwusa%2Fweb-gpu-bunny","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzrwusa%2Fweb-gpu-bunny","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzrwusa%2Fweb-gpu-bunny/lists"}