Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save musamamasood/d29679224aefa05e664cfc9a55a7f83c to your computer and use it in GitHub Desktop.
Save musamamasood/d29679224aefa05e664cfc9a55a7f83c to your computer and use it in GitHub Desktop.
How to create a localhost server to run an AngularJS project
# Install:
npm install -g http-server.
# After installation cd into your project folder and run http-server -o. -o is to open browser to the page.
http-server -o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment