Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 708 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 708 Bytes

red-flags-v2

This is the revised edition of red flags, a web application based off of the popular card game "red flags" using socket.io adn react and firebase

where is v1?

V1 can be found right here, it was made not too long ago over the course of a month or so

why the remake?

Well the original was quite buggy and ugly, so I decided to remake it using react, and new skills that I have learnt to make a better version. Since I am remaking it in react I decided to just remake the whole project

Starting the server

to run the server, execute npm run start (or dev) in server directory

Starting the web app

Execute npm run start in client directory