ukiyo
v1.1.1
Published
Barebones SPA (Single Page Application) Development Server
Downloads
10
Maintainers
Readme
Ukiyo
Barebones Single Page Application Development Server
Quickly iterate and modify your single-page application without hassle
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