Strike or Sike is a game room website inspired by the discontinued board game "hit or miss".
Visit here at strikeorsike.io
- Visual Studio Build Tools
Select the "Desktop development with C++" workload
- Install Node modules in the top directory
cd StrikeOrSike
npm install
- Start the server
npm run dev
- Start the client
Note: you will have to run this command in a second shell
cd StrikeOrSike/client
npm run dev
- Navigate to the client homepage
http://localhost:8080/