A Next.js portfolio project with TypeScript and Tailwind CSS.
- Node.js: >=20.18.0 (LTS)
- Yarn: >=1.22.0
First, make sure you're using the correct Node version:
# If using nvm
nvm use
# Or install Node.js 20.18.0 or higher from https://nodejs.org/Install Yarn globally (if not already installed):
npm install -g yarnThen, install the dependencies:
yarn installRun the development server:
yarn devOpen http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Next.js - React framework for production
- TypeScript - Type-safe JavaScript
- Tailwind CSS - Utility-first CSS framework