Gogo contains packages that require Node.js and a package manager to be installed. You may use Npm, Yarn or Bun.
Extract the zip file, navigate to the project route and do the installing.
1npm installRun the app in development mode. The page will automatically reload if you make changes to the code. You will see the build errors and lint warnings in the console.
1npm run devBuild the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.
1npm run build