Skip to main content
Version: 1.0.0

SpartanFX Installation Guide (Windows)

Step 1: Add .npmrc to your project

Create a file named .npmrc in your project root with:

registry=https://registry.npmjs.org/  
@spartanfx:registry=https://pkgs.dev.azure.com/ProgeSwissProducts/_packaging/SpartanFX/npm/registry/
always-auth=true

Step 2: Authenticate

vsts-npm-auth -config .npmrc
info

If you don’t have it installed yet

npm install -g vsts-npm-auth

Step 3: Install the package

npm install @spartanfx/react