Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 565 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 565 Bytes

ARP_Web

The repo contains the source code for ARP's official website written in PHP, HTML, CSS, SASS and JS.

How to run locally

Below are the minimal steps to get the server running locally on port 8080.

  • For the running of the website, you need to install xampp.
  • Copy the codes in the htdocs folder of the xampp file.
  • Open xampp control panel and start Apache.
  • Type localhost on the browser and it opens the htdocs folder of the xampp file.
  • click on the folder which contains the files of this website.