My Webpack boilerplate (Webpack, Babel, React, Stylus)
- Download the repo into a new directory
curl -L -o master.zip https://github.com/hugo-cardenas/webpack-boilerplate/archive/master.zip && unzip master.zip && rm master.zip && mv ./webpack-boilerplate-master/{.,}* ./ && rm -r webpack-boilerplate-master
- Run init script
./init.sh