# Clone the repo
git clone [email protected]:sir-dunxalot/webpack-boilerplate.git
# Install dependencies
npm install
# Install surge globally for deployment
# You'll need to be added as a project collaborator by Duncan
npm install -g surge
# TODO tryinstalling locally and run node_modules/.bin/surge
npm run start # Starts webpack server
npm run build # Builds webpack project
npm run deploy # Deploys to surge