Problem: (3/25) Was unable to start up Frontend (react skeleton).
sh: react-scripts: command not found
Source: Stackoverflow
Resolution: When starting up the frontend for the first time on a local copy of the Repo...
- Delete the old package-lock.json
- Run
npm install
- Now you can run
npm start
Frontend is built using ReactJS (see ./Frontend
) as well as the phaser (see ./phaser_code
).
Backend is built using Flask (see ./Backend
)