Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnature/code-tictactoe
https://github.com/dnature/code-tictactoe
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dnature/code-tictactoe
- Owner: DNature
- Created: 2024-07-26T07:57:35.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T08:02:49.000Z (4 months ago)
- Last Synced: 2024-07-26T09:26:05.291Z (4 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instructions
### Clone repo
```sh
git clone [email protected]:DNature/CODE-tictactoe.git
```### Install dependencies
```sh
npm install
```### Run development server
```sh
npm run dev
```### Production build
```sh
npm run build
```### Preview
```sh
npm run preview
```