WIP
A nix-shell template to set a Node.js development environment up with direnv integration (if installed).
Built gathering inspiration from several sources, it makes available:
unstable.
nodejs-16_x- from nixos.org/packages
- in version
16_x
(currently16.8
)
- in version
- from nixos.org/packages
unstable.
nodePackages.typescript-language-server (LSP)- from nixos.org/packages
- Jest basic initialization via
setup
script- some
npm
sugarness can be added
- some
- About using Nix in my development workflow - Jean-Philippe Cugnet - Medium
- A Web Developer Walks into a Nix expression...
- mu2: 📦 A template to build javascript package with nix config that creates isolated development environment with node and yarn installed. : Nix
- NixOS: For developers
- myme.no - NixOS: For developers
- O que é Nix e por que você deveria experimentar? - DEV Community
- Your first react project