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 --template
Use the cd
command to move into the folder
cd my-react-portfolio
Install the dependencies
npm i
Open 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