Skip to content

awecode/awecode.github.io

Repository files navigation

Awecode

Website for Awecode - https://awecode.com

Setup

git clone 
https://github.com/awecode/awecode.github.io  
cd awecode.github.io  
yarn install  
yarn watch  

Build

yarn build

Dependencies

  • vanilla-lazyload: A fast, lightweight script to load images as they enter the viewport. SEO friendly, it supports responsive images (both srcset + sizes and picture) and progressive JPEG

Dev Dependencies

  • css-loader: css loader module for webpack
  • extract-text-webpack-plugin: Extract text from bundle into a file.
  • node-sass: Wrapper around libsass
  • package-json-to-readme: Generate a README.md from package.json contents
  • sass-loader: Sass loader for webpack
  • style-loader: style loader module for webpack
  • webpack: Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.

License

MIT