Unable to Load Application
Common Solutions
-
Missing Build: Run
npm start or npm run webapp:build to compile the application.
-
Network Issues: If behind a corporate proxy, configure npm proxy settings before running
npm install.
- Node Version: Ensure you're using Node.js LTS (v18+ recommended).
Quick Start Commands
./npmw run app:start - Build and run everything
npm install - Install dependencies
npm start - Start development server
./gradlew - Start backend (in another terminal)