/Portfolio

This is my personal portfolio where I show everything about my professional life and projects related to the world of technology, visit the website to find out.

Primary LanguageJavaScriptMIT LicenseMIT

PORTFOLIO

This project was developed in REACT JS and deployed in GITHUB PAGES.

It is my personal portfolio where I show everything about my professional life and projects related to the world of technology, visit the website to find out.

WEB PAGE

Deployment

Install all project dependencies.

npm install

How to run the page in local.

npm start

How to build to deploy to production.

npm run build

How to build and prepare to deploy to github pages.

npm run predeploy

How to deploy to github pages WEB PAGE

npm run deploy