https://github.com/faanid/tenzies-game
A simple game created with Reactjs (not completed )
https://github.com/faanid/tenzies-game
Last synced: about 2 months ago
JSON representation
A simple game created with Reactjs (not completed )
- Host: GitHub
- URL: https://github.com/faanid/tenzies-game
- Owner: faanid
- Created: 2022-12-20T11:29:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T13:03:16.000Z (over 3 years ago)
- Last Synced: 2025-01-12T20:28:05.531Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#basic Tanzies Game
Quick start:
```
$ yarn # npm install
$ yarn build # npm run build
Run Webpack in watch-mode to continually compile the JavaScript as you work:
```
$ yarn watch # npm run watch