Building my portfolio website using Next js, Framer Motion, TypeScript, Tailwind CSS
This article is about the code used to build my portfolio project.
1. Setup
npx create-next-app@latest
npx create-next-app@latest . to install in the current directory.
to run server
npm run dev
To remove the favicon.ico:
stop the server using ct...
dheerajy1.hashnode.dev6 min read