Just a fun little site to compare GitHub stars of Vue and React
To run this locally, clone the repo and use Yarn or NPM to install the dependencies. (You’ll also need Node.js installed)
git clone https://github.com/stursby/hasvuepassedreactyet.git
cd hasvuepassedreactyet
yarnStart a dev server on http://localhost:8080
yarn devTo build for prod, run the following:
yarn build