Yash Falke - portfolio
Report Bug
·
Request Feature
Hello! My name is Yash Falke and this is my portfolio .I’m a Front-End Developer located in India and i have a serious passion for UI effects, animations and creating intuitive, dynamic user experiences.
My Portfolio made using react-vite
-
Install
nvmfollowing instructions from this url -
Install this specific version of
nodejsusingnvm:nvm install v18.12.1 -
Check
nodejsversion by typing :node -v -
If multiple versions are installed use the correct version :
nvm use v18.12.1 -
Remove
node_modulesfolders if exist in theportfoliodirectory -
Install dependencies :
npm i -
Install eslint for quick fixing of clean code rules:
npm install -g eslintandnpm install -g prettier -
Run the below command to server in development mode.
portfolio: $ npm run dev -
Run the below command for the production mode.
portfolio: $ npm run build