Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 646 Bytes

README.md

File metadata and controls

54 lines (32 loc) · 646 Bytes

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

   <link rel="stylesheet" href="dist/css/home.076f543ecabc8131dc37.css">
   <script src="dist/js/home.076f543ecabc8131dc37.js"></script>