All Projects → yoshuawuyts → playground-virtual-app

yoshuawuyts / playground-virtual-app

Licence: other
playground with some virtual-* tech

Programming Languages

javascript
184084 projects - #8 most used programming language

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 [email protected]: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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].