Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMatt Davis
13,372 Pointsinstalled globally but not able to view a simple html file
This is probably silly...
When I run
http-server {file name}
Then view it in Chrome it opens a download window not sure what type of file it is. Can anyone let me know what's going on here
1 Answer
Samuel Llibre-Pillco
15,467 PointsHaving same problem and solve like this
put the IP: 127.0.0.1:8080/index.html or the local ip
add the /index.html or the name of your html and i should work ;)
realedwardleung
7,197 Pointsrealedwardleung
7,197 Pointsdo you have a full code?