ukiyo

1.1.1 • Public • Published

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 🎉

License

MIT © 2016-2018 Nijiko Yonskai

Package Sidebar

Install

npm i ukiyo

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

9.41 kB

Total Files

5

Last publish

Collaborators

  • nijikokun