- 👉 Download a text editor like Vs Code (most popular)
- 👉 Install Node on your computer Node download
- 👉 Open the project folder on Vs code.
- 👉 Open The terminal
CTRL + J
(run the commands below in the terminal.) - 👉 Write
npm install
then hit Enter - 👉 Write
npm run dev
then hit Enter - 👉 Copy the link given in the terminal on the browser.