hypr

v1.2.2
![repo-banner](https://user-images.githubusercontent.com/4732330/54318359-74f6a480-45bc-11e9-8548-d7b12b08257f.png)
generator react server side rendering website web app

build

npm run build:index && npm run build:internals

build:index

microbundle build -i index.js -o dist -f cjs --target web --jsx React.createElement

build:internals

microbundle build lib/App.js lib/html.js -o dist -f cjs --jsx React.createElement

watch:index

microbundle watch -i index.js -o dist -f cjs --target web --jsx React.createElement --compress false

watch:internals

microbundle watch lib/App.js lib/html.js util/logger.js -o dist -f cjs --jsx React.createElement --compress false

watch

npm run watch:index & npm run watch:internals

Metadata

  • MIT
  • Whatever
  • estrattonbailey
  • released 3/14/2019

Downloads

Maintainers