Setting up Windows for Web Development. Tips?

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Windows Terminal

    The new Windows Terminal and the original Windows console host, all in the same place!

  • As others have mentioned get WSL. But I'd also recommend getting the new Windows Terminal (it's a beta version), you can find it on https://github.com/microsoft/terminal or in the Microsoft store.

  • cmder

    Lovely console emulator package for Windows

  • Cmdr is the best terminal replacement: https://cmder.net/

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • PowerShell

    PowerShell for every system!

  • Scoop

    A command-line installer for Windows.

  • Scoop. Kind of a dev-oriented version of Chocolatey i.e. doesn't support as many consumer programs, but it also installs things in a very *nix-like way (everything in ~/Scoop/) which can cause problems on windows. I've avoided it.

  • oh-my-posh

    The most customisable and low-latency cross platform/shell prompt renderer

  • Note: If you want to trick out your terminal like the Zshell crowd do - https://ohmyposh.dev

  • Chocolatey

    Chocolatey - the package manager for Windows

  • Chocolatey. This is primarily what I use to keep sys programs updated. For dev, if there's a native package manager (e.g. node/npm, php/composer, python/pip, etc) then ill defer to that. Also note PS core has it's own internal module manager, PS Gallery.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts