Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 553 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 553 Bytes

MoveEdenGame

This is a sample about rock-paper-scissors game with React in front-end, and invoke move contract in Aptos chain.

Run React App

Prerequisites

Have installed npm

Run the App

Execute command npm start

Note: if there is an error that 'react-scripts' is not recognized as an internal or external command, operable program or batch file, please execute command npm install react-scripts at first.

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.