- Diterbitkan pada
 
BikinProject
- Penulis
 
- Nama
 - Naufal Akbar Nugroho
 
Table of Contents
Persyaratan
NOTE
Sebelum menggunakan BikinProject, pastikan Anda telah menginstal Node.js dan npm di komputer Anda.
- Node.js 20.11.0 atau versi yang lebih baru
 - Support di macOS, Windows (termasuk WSL), dan Linux.
 
Mulai Sekarang
Untuk memulai BikinProject, ikuti langkah-langkah sederhana berikut:
- Instal BikinProject: Mulailah dengan menginstal BikinProject di komputer Anda.
 
  npx bikinproject@latest
- Beritahu BikinProject Tempat Membuat Proyek: Masukkan direktori tempat Anda ingin membuat proyek.
 
  ┌   create-bikinproject-app
  │
  ◇  Where should we create your project?
  └  ./your-project # Masukkan nama proyek Anda, seperti my-project atau .
- Pilih Proyek Starter: Pilih proyek permulaan yang sesuai dengan kebutuhan Anda.
 
  ┌   create-bikinproject-app
  │
  ◇  Where should we create your project?
  │  ./your-project
  │
  ◇  Pick a project type within "./your-project"
  │  ● Next.js App Router (Tailwind + TypeScript)
  │  ○ Next.js App Router (Tailwind + JavaScript)
  │  ○ dll.
  └  # Pilih jenis proyek dengan menggunakan tombol panah
- Tunggu BikinProject Membuat Proyek: Tunggu BikinProject membuat proyek untuk Anda.
 
  ┌   create-bikinproject-app
  │
  ◇  Where should we create your project?
  │  ./your-project
  │
  ◇  Pick a project type within "./your-project"
  │  Next.js App Router (Tailwind + TypeScript)
  │
  ◇  ⏳ Creating project...
- Pilih sertakan instal dependensi: Pilih untuk menginstal dependensi atau tidak.
 
NOTE
Jika Anda memilih untuk memasang dependensi, BikinProject akan memasang dependensi yang diperlukan untuk Anda. Harap tunggu hingga penginstalan selesai.
  ┌   create-bikinproject-app
  │
  ◇  Where should we create your project?
  │  ./your-project
  │
  ◇  Pick a project type within "./your-project"
  │  Next.js App Router (Tailwind + TypeScript)
  │
  ◇  ⏳ Creating project...
  │
  ◇  ✅ Project created successfully!
  │
  ◇  Do you want to install dependencies for ./your-project?
  │  ● Yes / ○ No
  └  # Pilih Yes atau No dengan menggunakan tombol panah
- Pilih package manager: Pilih package manager untuk menginstal dependensi.
 
  ┌   create-bikinproject-app
  │
  ◇  Where should we create your project?
  │  ./your-project
  │
  ◇  Pick a project type within "./your-project"
  │  Next.js App Router (Tailwind + TypeScript)
  │
  ◇  ⏳ Creating project...
  │
  ◇  ✅ Project created successfully!
  │
  ◇  Do you want to install dependencies for ./your-project?
  │  Yes
  │
  ◇  Pick a package manager to install dependencies for "./your-project"
  │  ● NPM
  │  ○ Yarn
  │  ○ Bun
  │  ○ PNPM
  └  # Pilih package manager dengan menggunakan tombol panah
- Tunggu BikinProject untuk install depedensi: Tunggu BikinProject untuk menginstal dependensi yang diperlukan untuk Anda.
 
  ┌   create-bikinproject-app
  │
  ◇  Where should we create your project?
  │  ./your-project
  │
  ◇  Pick a project type within "./your-project"
  │  Next.js App Router (Tailwind + TypeScript)
  │
  ◇  ⏳ Creating project...
  │
  ◇  ✅ Project created successfully!
  │
  ◇  Do you want to install dependencies for ./your-project?
  │  Yes
  │
  ◇  Pick a package manager to install dependencies for "./your-project"
  │  PNPM
  │
  ◇  📦 Installing dependencies using pnpm...
  │
  ◇  ✅ Dependencies installed successfully!
  │
  ◇  🎉 Project ready to use!
  │
  ◇  Next steps. ───────────────╮
  │                             │
  │  cd ./your-project          │
  │  pnpm run dev               │
  │                             │
  │  Happy Coding!              │
  │                             │
  ├─────────────────────────────╯
  │
  └  Have a Problems? Report to https://github.com/nuflakbrr/bikinproject/issues
- Mulai Membangun Proyek Anda: Setelah BikinProject menghasilkan 
starter project, selanjutnya membangun proyek Anda.