First, u need to clone this repository. Run:
git clone https://github.com/mframadann/uts-spa.gitif u using ssh, change the url with [email protected]: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 startVisit localhost:3000 in your browser and boom! the web already running at your computer/laptop. Thankyou :)