Skip to content

alDuncanson/nix-angular-dev-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An Angular development environment powered by Nix.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages