1.1.1 • Published 6 years ago

ukiyo v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Ukiyo

Barebones Single Page Application Development Server

Quickly iterate and modify your single-page application without hassle

version Downloads

Features

  • No build process
  • Instant content reload on refresh
  • Serves static files from entire filesystem
  • All routes other than files load the entry-point

Installation

$ npm i ukiyo -g

Usage

$ ukiyo --port=8080 --entry-point=index.html

Documentation

$ ukiyo --help

  --help, -h
    Displays help information about this script
    'binary -h' or 'binary --help'

  --entry-point, -e
    SPA Entry Point (defaults to index.html)

  --port, -p
    Server port (defaults to 8080)

FAQ

Q What if I need a build process?

Use a packager like webpack, gulp, or grunt to build your files :tada:

License

MIT © 2016-2018 Nijiko Yonskai