Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkwebdev/rock-paper-scissors
Rock-paper-scissors in React/Flux
https://github.com/darkwebdev/rock-paper-scissors
Last synced: about 1 month ago
JSON representation
Rock-paper-scissors in React/Flux
- Host: GitHub
- URL: https://github.com/darkwebdev/rock-paper-scissors
- Owner: darkwebdev
- Created: 2015-11-24T09:55:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T13:16:25.000Z (about 9 years ago)
- Last Synced: 2024-04-16T22:28:37.596Z (9 months ago)
- Language: JavaScript
- Homepage: http://darkwebdev.github.io/rock-paper-scissors/
- Size: 286 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rock-paper-scissors
Rock-paper-scissors in React/Flux# preview
http://darkwebdev.github.io/rock-paper-scissors/# install
```
npm i
```
# test
```
npm test
```
# build
```
npm run build
```
# run
just open index.html in your browser
# develop
```
npm run watch
```