Skip to content

yoshuawuyts/playground-virtual-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

playground-virtual-app

Playing around with some virtual-* tech. Creates a minimal (11Kb) modern JS application that can be rendered on both client and server.

Installation

$ git clone git@github.com:yoshuawuyts/playground-virtual-app.git

Features

Usage

Lifecycle scripts included in playground-virtual-app:
  start
    NODE_ENV=development budo . --pushstate

available via `npm run-script`:
  build
    NODE_ENV=production browserify . | uglifyjs
  disc
    NODE_ENV=production browserify . --full-paths | uglifyjs | discify --open
  size
    npm run build | gzip-size | pretty-bytes

License

MIT

About

playground with some virtual-* tech

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published