Posts

Showing posts from February, 2017

Quick A/B testing

ab -n 500 -c 10 http://0.0.0.0:1337/

Symlinking

const execSync = require('child_process').execSync execSync("rm -rf node_modules/@app && ln -sf ../src node_modules/@app") execSync("[ -h ./node_modules/@static ] || ln -sf ../static ./node_modules/@static")