Skip to content

aasmart/connect-four-frontend

Repository files navigation

Getting Started

First, create a file named .env.local inside of the project's root folder. Then, paste the following code into it:

SERVER_PORT=8080
SERVER_PROTOCOL=http://
SERVER_URL=localhost
NEXT_PUBLIC_SERVER_PORT=$SERVER_PORT
NEXT_PUBLIC_SERVER_PROTOCOL=$SERVER_PROTOCOL
NEXT_PUBLIC_SERVER_URL=$SERVER_URL

Afterwards, the frontend can be ran using one of the following:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Demonstration of the Website

full_demo.mp4

This demonstration lacks the chat feature, which was added later

About

The frontend for my connect four game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors