Skip to content

Instantly share code, notes, and snippets.

@abdulhadad
Created January 3, 2019 04:58
Show Gist options
  • Save abdulhadad/72037208d087a988e03b0c57a234db57 to your computer and use it in GitHub Desktop.
Save abdulhadad/72037208d087a988e03b0c57a234db57 to your computer and use it in GitHub Desktop.
Setup development nodejs di windows 10

Setup development nodejs di windows 10

Kebutuhan

  • NodeJS versi LTS
  • Browser Chome atau Firefox terbaru
  • Editor Visual Studio Code
  • Konsol dengan fitur komplesi tab, riwayat dan split windows
  • Pasang yarn sebagai alternatif manajer paket

Pasang NodeJS

  • Pasang NodeJS
  • Test sudah terinstall
node --version
npm --version
  • Pasang Yarn
  • Test sudah terpasang
yarn --version

Pasang konsol dengan fitur tambahan

  • Pasang conemu
  • Pasang clink untuk komplesi tab dan riwayat untuk cmd windows.
  • Pasang PSReadLine untuk powershell komplesi tab dan riwayat, windows 10 1809 sudah terinstall bawaan
  • Konsol dengan empat windows. Jalankan ConEmu. Buat windows kanan Ctrl-Shift-E. Buat windows bawah kanan Ctrl-Shift-O. Buat windows bawah kiri ctrl-tab, Ctrl-Shift-O.

Referensi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment