Starting the Development Server
From your workspace directory, run the following command in your terminal:
npm run dev
That’s all you need. The system will handle the rest and launch the Singularity React server.
You can view additional server details in your terminal. By default, the server runs at http://localhost:3000, though this may vary based on your configuration.
For further details on the Next.js App Router and development server, consult the official Next.js documentation.
Important:
If you encounter runtime errors on the initial run, ensure you’re using an LTS version of Node.js and that all dependencies are properly installed. If problems continue, try removing the node_modules folder and executing `npm install` again.