Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 698 Bytes

references.md

File metadata and controls

17 lines (12 loc) · 698 Bytes

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

  1. Delete the old package-lock.json
  2. Run npm install
  3. Now you can run npm start

Development Frameworks

Frontend is built using ReactJS (see ./Frontend) as well as the phaser (see ./phaser_code).

Backend is built using Flask (see ./Backend)