Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```