Skip to content

ในการเริ่มต้น React เราสามารถสร้างเองได้ แต่มันจะง่ายกว่าเพราะเราเริ่มต้นจาก Template Starter หรือ Framework ที่เขาสร้างมาให้แล้ว

Vite

gaergeargreg

sh
npm create vite@latest
sh
npm create vite@latest
sh
yarn create vite@latest
sh
bun create vite@latest

Nextjs

gaergeargreg

sh
npmx create-next-app@latest
sh
pnpm dlx create-next-app@latest
sh
yarn dlx create-next-app@latest
sh
bunx create-next-app@latest

Remix

gaergeargreg

sh
npmx create-remix@latest
sh
pnpm dlx create-remix@latest
sh
yarn dlx create-remix@latest
sh
bunx create-remix@latest

Rsback

gaergeargreg

sh
npm create rsbuild@latest
sh
pnpm create rsbuild@latest
sh
yarn create-remix@latest
sh
bun create rsbuild@latest

Released under the MIT License