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
- Host: GitHub
- URL: https://github.com/sergiandreplace/hasflutterpassedreactnativeyet
- Owner: sergiandreplace
- Created: 2018-06-15T20:39:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T01:30:44.000Z (over 5 years ago)
- Last Synced: 2025-04-13T21:52:37.297Z (9 months ago)
- Topics: flutter, react-native
- Language: Vue
- Homepage: https://hasflutterpassedreactnativeyet.surge.sh/
- Size: 294 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
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.

### 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
```