First, u need to clone this repository. Run:
git clone https://github.com/mframadann/uts-spa.git
if u using ssh, change the url with git@github.com:mframadann/uts-spa.git
.
Then, locate the path in the project location. For example:
cd /path/to/your/project ## replace with the actual path in your local machine.
Next, u also need to install depedencies which using in this project website. For example using npm:
# Install depedencies
npm i
# Run webiste
npm run start
Visit localhost:3000 in your browser and boom! the web already running at your computer/laptop. Thankyou :)