0.0.3 • Published 7 years ago

ultraquick v0.0.3

Weekly downloads
3
License
MIT
Repository
-
Last release
7 years ago

Ultraquick website + webserver

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

  • Uses standard HTML/CSS/JS.
  • Lightweight: just and index, a few pages, a menu, some styling
  • Uses Node static file server.
  • Access logging with morgan
  • W3C.CSS for a little bit of styling.
  • Mostly for development purposes.
  • Only 2 dependencies: express and morgan
  • This is NOT a framework: just a basic site template!
  • Bonus: A clock!

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 install 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

0.0.3

7 years ago