Quick Serve Static Files from Current Directory
17.09.2014Make new directory and create sample HTML file in it with the following commands:
mkdir sample1 && cd sample1
echo '<h1>Hello!</h1>' > index.htm
Launch nxweb:
nxweb
Now visit the following location:
- http://localhost:8055/
Comments