Skip to content

Instantly share code, notes, and snippets.

@sethuster
Created April 30, 2019 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sethuster/84644a0781ba48b60566cee16300ec28 to your computer and use it in GitHub Desktop.
Save sethuster/84644a0781ba48b60566cee16300ec28 to your computer and use it in GitHub Desktop.
Verdaccio Startup Script
#!/bin/bash
echo -e "Starting Verdaccio local node repository..."
docker run -d --rm --name verdaccio -p 4873:4873 verdaccio/verdaccio
echo -e "Verdaccio started at: http://localhost:4873"
echo -e "Make sure you add a local user"
echo -e "npm adduser --registry http://localhost:4873"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment