Skip to content

A simple web app that allows two players to play a game of chess

License

Notifications You must be signed in to change notification settings

walshb421/chess

Repository files navigation

Example Chess Application

Development

You will need to install Docker and the docker-compose standalone script to run the docker env. Otherwise you will need a compatible NodeJS and Python environment.

To build the application run:

docker-compose build

To run the application run:

docker-compose up 

Additionally, you can build and run the application in the background.

    docker-compose up --build -d

You can stop the development server by running:

docker-compose down

After running you can open your browser to localhost:8080

About

A simple web app that allows two players to play a game of chess

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •