https://github.com/raprograms/tic-tac-toe-web-client
https://github.com/raprograms/tic-tac-toe-web-client
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raprograms/tic-tac-toe-web-client
- Owner: RAPrograms
- Created: 2025-06-21T17:07:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-22T00:26:40.000Z (about 1 year ago)
- Last Synced: 2025-06-22T01:19:07.819Z (about 1 year ago)
- Language: Svelte
- Size: 40 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tik Tac Toe #️⃣
A web based tic tac toe game. [Play Here](https://raprograms.github.io/Tic-Tac-Toe-Web-Client/)

## Tech Stack
Svelte, Vite, SCSS, Typescript, CSS
## Run Locally
Clone the project
~~~bash
git clone https://github.com/RAPrograms/Tic-Tac-Toe-Web-Client
~~~
Go to the project directory
~~~bash
cd Tic-Tac-Toe-Web-Client
~~~
Install dependencies
~~~bash
npm install
~~~
Create build files
~~~bash
npm run build
~~~
Grab build files from
~~~bash
./dist
~~~