UNPKG

103 BPlain TextView Raw
1#!/bin/bash
2
3NODE_ENV='development' \
4DEBUG='webpack:*, express:router' \
5node --harmony demo/hotload
6