Building Portfolio: Install Next.js and Tailwind with pnpm

Ayu is a tech blogger, open source contributor & maintainer, and tech community enthusiast based in the Netherlands. She loves photography and iced coffee!
Search for a command to run...

Ayu is a tech blogger, open source contributor & maintainer, and tech community enthusiast based in the Netherlands. She loves photography and iced coffee!
No comments yet. Be the first to comment.
A series of my notes as I learn NextJS and Tailwind and build my portfolio website publicly.
Hello Friends 👋, I executed the plan to add pages to the portfolio project. I love how convenient routing handling is in Next.js. What I Learned App Router In version 13, Next.js introduced the new App Router that is built on React Server Component...
Hi friends 👋, I've been writing tech blog posts for a few years now. If you don't know me yet, English is my second language. My mother tongue is Indonesian, and I'm also surrounded by Dutch every da

I frequently receive messages from enthusiastic contributors who have completed 2 or 3 high-quality pull requests (PRs) in just 1 month. They’re proactive, their work is top-tier, and they’ve handled

A few months ago, I shared a story about building an automated open source portfolio using just my smartphone and an AI assistant while on vacation. My main goal was to stop the "spreadsheet struggle"

Recently, I read Bekah Hawrot Weigel’s blog post, "When 'Local' Went Global: The Pandemic Era of International Communities." As someone active in many online communities, I found it a bit sad, but I agree with her points and think they apply to open ...

Hacktoberfest is almost over. How has your contribution journey been so far? Are you confident about contributing to open source projects, or are you still struggling to find your way? If you're new to open source and still feel overwhelmed, that's c...

Hello Friends 👋,
As I learn and build my portfolio website with Next.js and Tailwind in public, I will write the process and progress.
This time, I will write them down in a different format than my other blog posts. This series will be personal notes of what I did and the blockers, if any, instead of thorough explanations of the steps and concepts. I will also share the next plan. Expect many bullet points and super short posts in this series 😁!
I installed Next.js with pnpm. But you can install it with npx or yarn. Check out the installation section on Next.js documentation for more information.
Run this command to create the project with pnpm :
pnpm create next-app project-name
Fill out the prompts.

For now, I don't use TypeScript for this project.
It's great that there's an option to include Tailwind, so I don't have to install it separately and configure it myself 😁.
I ticked yes for all the yes/no prompts except for creating the src/ directory. I will add it myself later if necessary.
My import alias configuration is ~/*. Some people use ~, and some use @. It's all about personal preference.
My friends suggested these starter kits if you want to save time on installation and configuration.
Next.js, React Query, and Tailwind starter kit — thank you, Jessica Wilkins!
T3 — Full-stack, typesafe Next.js app — thank you, Joe Karow!
How to install nextjs with pnpm by Rajdeep Singh
Thank you for reading! Last, you can find me on Twitter, Mastodon and BlueSky. Let's connect! 😊