Created
July 8, 2019 09:11
-
-
Save ediblecode/265493be6ed8b1176e2d73ce2f9ab04d to your computer and use it in GitHub Desktop.
Create simple web server
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
| # If you have Node installed | |
| npx http-server | |
| # Or if you have Python installed | |
| python -m SimpleHTTPServer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment