build:
	node_modules/browserify/bin/cmd.js -t [ babelify --presets [ react ] ] main.js -o > src/bundle.js
