Welcome developers, congrats for your today first task woohoo! Ok, lets go to the point. Make sure you followed this steps correctly for setup the website and run it to your own localhost:
- run
npm install
. - After doing the instalation, you can run the client application on dev mode with run
npm run dev
. - ...and now you're done! You can start view the frontend on
https://localhost:5173/
.