telaviv

v0.1.13
Node.JS React Frontend Server

start

NODE_ENV=production node app.js

build-server

NODE_ENV=production babel src -d lib

build-client

NODE_ENV=production webpack -p --progress --colors

build-all

npm run build-server && npm run build-client

clean-lib

rm -rf lib

clean-build

rm -rf build

clean

npm run clean-lib && npm run clean-build

build

npm run clean && npm run build-all

build-server-dev

NODE_ENV=development babel src -d lib

dev-server

npm run build-server-dev && npm start

dev

NODE_ENV=development webpack --progress --colors --watch

test

istanbul cover _mocha -x "src/router/pathMatcher.js" -- test --opts testSetup/mocha.opts

travis

npm run build && npm test

prepublish

npm run build && npm test

travis-install

npm install && exit 0

coverage

codeclimate-test-reporter < coverage/lcov.info
npm i telaviv

Metadata

  • MIT
  • Whatever
  • Dustin Hoffner
  • released 7/7/2016

Downloads

Maintainers