https://github.com/zrwusa/web-gpu-bunny
https://github.com/zrwusa/web-gpu-bunny
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zrwusa/web-gpu-bunny
- Owner: zrwusa
- Created: 2021-12-16T14:09:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T14:11:29.000Z (over 4 years ago)
- Last Synced: 2025-01-13T06:08:40.824Z (over 1 year ago)
- Language: TypeScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React-Bunny
React,Typescript,Webpack 5,Redux,SASS,Mock server,JWT Auth,Autoprefixer,Eslint,Stylelint.
I 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!
NameDesc
Grid responsive layout
Flexbox responsive layout
Class component
Function component
CSS BEM
Media queries SASS variables
[]()
[](https://app.circleci.com/pipelines/github/zrwusa/react-bunny)
[](https://codecov.io/gh/zrwusa/react-bunny)
[](https://dependabot.com)
[](https://crowdin.com/project/react-bunny)
## Installation
For development
```sh
// with npm
npm install
npm start
// with yarn
yarn
yarn start
```
For http-server RESTFul mock server with JWT auth
```sh
// with npm
npm mock
// with yarn
yarn mock
```
For simulating a web server serving path '/public' as a web at local.
```sh
// with npm
npm web
// with yarn
yarn web
```
You can test you app as a real production env,and use a performance tool E.g. Lighthouse to test the performance.


For CLI
```sh
// with npm
npm install -g react-bunny-cli
react-bunny-cli init product-name
// with yarn
yarn global add react-bunny-cli
react-bunny-cli init product-name
```
[CLI repository](https://github.com/zrwusa/react-bunny-cli)
[Check online deployed](https://react-bunny.vercel.app/)
Yes, it's really all you need to get started as you can see in this live and interactive demo:
[](https://codesandbox.io/s/github/zrwusa/react-bunny/tree/main)