A better workflow for building modern static websites. Automated build processes, a local development server, production minification and optimizations, and the latest standards for static websites. // Step 1: Clone repository from GitHub $ git clone https://github.com/ericalli/static-site-boilerplate && cd static-site-boilerplate && rm -rf .git && git init // Step 2: Install dependencies $ npm in