Skip to content

Instantly share code, notes, and snippets.

@yacafx
Last active March 15, 2018 14:59
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 yacafx/e483f63cb52c7d652d6c9f13b31abd21 to your computer and use it in GitHub Desktop.
Save yacafx/e483f63cb52c7d652d6c9f13b31abd21 to your computer and use it in GitHub Desktop.
Fish function for test angular app with appshell
function testng
ng build --prod
http-server -c-1 -p 4200 ./dist
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment