Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 958 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 958 Bytes

Running the Client in GitHub CodeSpaces

  1. Open CodeSpace: Access your GitHub CodeSpace.

  2. Run the PHP server: Open the Terminal in CodeSpace and run the following command to start the PHP server:

    php -S 0.0.0.0:8080
  3. Port Forwarding (if needed): If necessary, set up Port Forwarding in CodeSpace to map port 8080 (or any other port you prefer) to your environment.

  4. Access the Client: After the PHP server starts, GitHub CodeSpace will provide a link to access (not localhost:8080). You can access the app via that provided link.

Author

hoa.nguyenduy

ảnh

ảnh

ảnh