Congratulations on completing Sprint 2 of the boot camp! For the final phase, we will now take your skills in React to the next level by building your very own portfolio website using the concepts learned in class
Check this projects instructions here
We will use Vite to setup our project 😉
npm create vite@latest my-react-portfolio --templateUse the cd command to move into the folder
cd my-react-portfolioInstall the dependencies
npm iOpen the project in a separate VS Code editor
code .Open up a terminal inside VS code and lets run the project in a local environment
npm run dev