Portfolio
July 28, 2024 ยท View on GitHub
Live URL - https://www.pravinmane.com
๐ Installation & Set Up
-
Install and use the correct version of Node using NVM
nvm install -
Install dependencies
npm install -
Start the development server
npm start
๐ Building and Running for Production
-
Generate a full static production build
npm run build -
Run production build on local
npm run watch