Skip to content

ConorMurphy21/StrikeOrSike

Repository files navigation

StrikeOrSike · GitHub license Node.js CI PRs Welcome

Strike or Sike is a game room website inspired by the discontinued board game "hit or miss".

Visit here at strikeorsike.io

Developed with

Prerequisites

Installation

  1. Install Node modules in the top directory
cd StrikeOrSike
npm install

Running the client/sever

  1. Start the server
npm run dev
  1. Start the client

    Note: you will have to run this command in a second shell

cd StrikeOrSike/client
npm run dev
  1. Navigate to the client homepage http://localhost:8080/