Created
July 22, 2016 16:37
-
-
Save musamamasood/d29679224aefa05e664cfc9a55a7f83c to your computer and use it in GitHub Desktop.
How to create a localhost server to run an AngularJS project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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