This is the source code for my personal site. It's made with HTML, JS, and SCSS
- Boilerplate: static-html-webpack-boilerplate by @ericzhao
- Design Inspiration: @dhruvkb and @cassidoo's personal sites
- Colors: solarized
- Available commands:
npm run start:dev: Run webpack-dev-server atlocalhost:9000. Includes live reloading on any Javascript/SCSS/HTML changes.npm run build: Build files to thedocsfolder. Transpiles down to ES5 and bundles all JS intoapp.bundle.js. Transpiles SCSS to CSS and adds prefixing intostyle.bundle.css. Copies static assets and HTML over, and bundled CSS and JS gets added to HTML file.npm start. Builds files and runs a local production server onlocalhost:8080with http-server.