Portfolio

July 28, 2024 ยท View on GitHub

Live URL - https://www.pravinmane.com

image

๐Ÿ›  Installation & Set Up

  1. Install and use the correct version of Node using NVM

    nvm install
    
  2. Install dependencies

    npm install
    
  3. Start the development server

    npm start
    

๐Ÿš€ Building and Running for Production

  1. Generate a full static production build

    npm run build
    
  2. Run production build on local

    npm run watch
    

Contents

  1. 1๐Ÿ›  Installation & Set Up
  2. 2๐Ÿš€ Building and Running for Production