- First, create a folder called project
- Second, open a terminal on that folder and run this command
git clone https://github.com/diegomurillocreativaconsultores/km-project.git .
- Close the terminal and open the folder with Visual Studio Code
- On the Visual Studio Code, open a terminal
- In the terminal run this command
npm install
- Once the installation has finished, run this command
npm start
- A new window of the browser would be opened and you will see the project
- Anything you need, please let me know.