Ultra-quick website + webserver

Get a complete but basic website up and running in seconds.

Getting Started

Getting started is easy. Make sure you have node.js installed and follow the installation instructions.

Prerequisites

  1. Node.js must be installed
  2. Ngrok (optional)
  3. Any text editor will do.

Installing

  1. Create a directory and install ultraquick.
  2. mkdir
  3. cd
  4. npm ultraquick
  5. npm update
  6. npm start
  7. browse to localhost

Deployment

This quick & dirty site / sever might not be suitable for production deployment. I have no idea how (un-)secure a node.js site is. Might not be too bad :) It's main use is for quickly get a few HTML page up - with a bit of styling.

Author

Marc de Ruyter dizid

License

This project is licensed under the MIT License - see the LICENSE.md file for details