Comment on page
Frontend
This
game_frontend
contains the frontend for the Kurono game. It is a single page application using React. We use Redux for state management and redux-observable for handling our side effects (e.g. asynchronous calls). Once you have cloned
aimmo
repository, run the command below in the game_frontend
folder:yarn
If you are new to React and Redux we recommend reading these resources:
The links here aren't necessary for helping you contribute straight away but they will help you out as you get more comfortable with our project:
Last modified 2yr ago