Skip to content

nijikokun/ukiyo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

πŸƒβ€β™‚οΈ Barebones Single Page Application Development Server in Nodejs

Resources

License

Stars

Watchers

Forks

Packages

No packages published