Personal portafolio build with react [ typescript ], python [ flask ] and some others stuff like framer motion and styled-components.
first you have to clone this repo
git clone https://github.com/touzand/portafolio.git
then you can enter the folter and install dependencies;
if your use yarn :
yarn or yarn install
if you use npm :
npm install or npm i
Then you will see some stuff dowloading ( dependencies ). When done, you can init the local server with the command:
yarn run dev
and there you have it. the front-end side (react typescript) running on your local server. if you want to complete the project working with the server side too, you can go to portafolio-serverside to learn how to install and init the back-end of this project
tutorial only for analitic and code reviewers.