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
nvm
following instructions from this url -
Install this specific version of
nodejs
usingnvm
:nvm install v18.12.1
-
Check
nodejs
version by typing :node -v
-
If multiple versions are installed use the correct version :
nvm use v18.12.1
-
Remove
node_modules
folders if exist in theportfolio
directory -
Install dependencies :
npm i
-
Install eslint for quick fixing of clean code rules:
npm install -g eslint
andnpm 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