Skip to content

Instantly share code, notes, and snippets.

@jgwill
Created March 8, 2019 17:50
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 jgwill/6d175e4b85fe8342f4db6001021c5f00 to your computer and use it in GitHub Desktop.
Save jgwill/6d175e4b85fe8342f4db6001021c5f00 to your computer and use it in GitHub Desktop.
#!/bin/bash
myappnamespace=dummyngapp
# npm install http-server -g
http-server dist/$myappnamespace/ -p 4280 -a 0.0.0.0 -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment