Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.26 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.26 KB

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/