Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.44 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.44 KB

nix-angular-dev-env

Nix-powered Angular development environment

License Contributor Covenant
GitHub Repo stars

This repository provides a declarative and reproducible Angular development environment powered by Nix flakes.

The environment includes:

  • multi-architecture support (aarch64-darwin,aarch64-linux,x86_64-darwin,x86_64-linux)
  • pre-configured Angular CLI
  • Node.js and npm

cli image

If you don't have Nix installed already, I recommend installing it with this command:

curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | \
  sh -s -- install

This installs Nix with The Determinate Nix Installer-if you're curious you can read more about that here.

With Nix installed, all you have to do is run:

nix develop github:alDuncanson/nix-angular-dev-env

cli demo gif

This will drop you into a shell with everything you need to start working on an Angular project.