🎉 Beta
Learn
Next.js
Getting Started

Getting Started

Creating a new project

Next.js ကို အသုံးပြုဖို့အတွက် သူ့ကို ကျွန်တော်တို့ Computer ထဲသို့ install လုပ်ဖို့လိုအပ်ပါတယ်။ ဒါကြောင့် အောက်ပါ Command ကို Terminal မှာ ထည့်သွင်းပေးပါ။

Terminal
npx create-next-app@latest hellonext

npx ကိုအသုံးပြုပြီးတော့ create-next-app@latest ဖြင့် next.js ရဲ့ နောက်ဆုံးရောက်ရှိနေတဲ့ Version ကို install လုပ်မှာဖြစ်ပါတယ်။ ခုလက်ရှိ သူ့ရဲ့ Version 14 ပါ။ သူ့ရဲ့အနောက်မှာရှိတဲ့ hellonext က ကျွန်တော်တို့ next.js ရဲ့ Project Name ဖြစ်ပါတယ်။