Go to file
Selim Eser 26a0a195c2 Resizing and rename of params 2024-12-30 18:06:24 +01:00
public initial commit 2024-12-27 23:43:46 +01:00
src Resizing and rename of params 2024-12-30 18:06:24 +01:00
.gitignore initial commit 2024-12-27 23:43:46 +01:00
README.md Update README.md 2024-12-28 18:59:13 +01:00
eslint.config.js initial commit 2024-12-27 23:43:46 +01:00
index.html Added README.md 2024-12-28 18:27:30 +01:00
package-lock.json Added draw and column full message 2024-12-28 02:44:53 +01:00
package.json Added draw and column full message 2024-12-28 02:44:53 +01:00
vite.config.js initial commit 2024-12-27 23:43:46 +01:00

README.md

CONNECT4

Built in React within Vite.

How to host local live server

Make sure Node is installed.

Run npm install and npm run dev.

Now hold [cmd] or [ctr] and click on the URI.

Dev

Selim