Skip to content

stursby/hasvuepassedreactyet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Has Vue passed React yet?

Just a fun little site to compare GitHub stars of Vue and React

preview

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)

git clone https://github.com/stursby/hasvuepassedreactyet.git
cd hasvuepassedreactyet
yarn

Development

Start a dev server on http://localhost:8080

yarn dev

Production

To build for prod, run the following:

yarn build