Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.48 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.48 KB

Connect Four Online

A web-based application that lets you play Connect 4 against friends, random users, or a CPU.

Dependencies

This applications requires:
Node.js
boardgame.io

Instructions on how to install these depencencies within the project directory is located below.

Important

After downloading or cloning the repository, open your terminal and within the project directory, run:

npm install
npm install boardgame.io

This step only needs to be performed once.

Afterwards, the project can be run in development mode by running the following command within the project directory:

npm start

The website will run on http://localhost:3000 in your browser.
Any locally saved changes will automatically reload the page and implement the changes.

This project was bootstrapped with Create React App.

Building to Deploy

This section was automatically generated by Create React App.

In the project directory, you can run:

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.