UNPKG

rest-now

Version:

Start it running, dump some HTML/Bootstrap in the public dir, and you've got a webapp.

11 lines (10 loc) 194 B
<!doctype html> <html> <head> </head> <body> <h1>Test Page</h1> <p>All files here will be served on port 8000.</p> <p>Root url will redirect to index.html</p> </body> </html