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

https://github.com/sergiandreplace/hasflutterpassedreactnativeyet

A copy of hasvuepassedreactyet just for fun
https://github.com/sergiandreplace/hasflutterpassedreactnativeyet

flutter react-native

Last synced: 6 months ago
JSON representation

A copy of hasvuepassedreactyet just for fun

Awesome Lists containing this project

README

          

# Has Flutter passed React Native yet?

> Just a fun little site to compare GitHub stars of Flutter and React Native

> This is a fork of the project *Has Vue passed React yet?* by @stursby (https://github.com/stursby/hasvuepassedreactyet). K2 to him. I've just run search and replace and a couple of commands.

![preview](preview.png)

### Getting Started

To run this locally, clone the repo and use Yarn or NPM to install the dependencies. (You’ll also need Node.js installed)

```bash
git clone https://github.com/sergiandreplace/hasflutterpassedreactnativeyet.git
cd hasflutterpassedreactnativeyet
yarn
```

### Development

Start a dev server on [http://localhost:8080](http://localhost:8080)

```bash
yarn dev
```

### Production

To build for prod, run the following:

```bash
yarn build
```