Skip to content

KatherinAguilera/katherinaguilera.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Katherine Aguilera

Portfolio 2023

Installation

Install my-project with npm

  npm install 
  cd my-project

Deployment

To deploy this project run

  npm run build:dev

Have installed node version

  node v14.21.3

Run local uncomment

  <script src="http://localhost:9001/js/home.js"></script>

Production

Run

  npm run build:prod

Generate dist, uncomment js and css line and replace in the index

   <script src="dist/js/home.0cadef6868e56005d7bc.js"></script>