Skip to content

felix-olivier/3io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Match 3 IO

This repository contains code for an online game of match three in which socketIO handles realtime updates to both users. The page is inspired on the chat app project in the 'The Complete Node.js Developer Course'.

This application was deployed to Heroku and can be visited here: https://stark-sands-81632.herokuapp.com/

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Make sure you have the following installed before setting up this project

nodeJS
Git

Installing

Install dependencies using the following command

$ npm install

To see if all dependencies are met, run the following test to execute the unit tests

$ npm test

If all tests passed, you can run the webserver using the following command

$ npm start

The page should now be visible on localhost:3000 in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published