An open API service indexing awesome lists of open source software.

https://github.com/zrwusa/web-gpu-bunny


https://github.com/zrwusa/web-gpu-bunny

Last synced: 9 months ago
JSON representation

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

[![license](https://img.shields.io/badge/license-MIT-blue.svg)]()
[![CircleCI](https://img.shields.io/circleci/project/github/mui-org/material-ui/next.svg)](https://app.circleci.com/pipelines/github/zrwusa/react-bunny)
[![Coverage Status](https://img.shields.io/codecov/c/github/mui-org/material-ui/next.svg)](https://codecov.io/gh/zrwusa/react-bunny)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=mui-org/material-ui)](https://dependabot.com)
[![Crowdin](https://badges.crowdin.net/material-ui-docs/localized.svg)](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.
![](https://raw.githubusercontent.com/zrwusa/assets/master/images/Screen%20Shot%202020-12-13%20at%2014.26.36.png)

![](https://raw.githubusercontent.com/zrwusa/assets/master/images/Screen%20Shot%202020-12-13%20at%2014.27.37.png)

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:

[![Edit Button](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/zrwusa/react-bunny/tree/main)