Forked from https://github.com/Blightwidow/article-parcel-static.git and updated with https://golb.hplar.ch/2018/01/Bundling-web-applications-with-Parcel.html
** how to configure postCSS ... remove postcss.config.js as it may dupe or conflict with .postcssrc
Static websites builder using parcel-bundler.
To watch shell yarn watch
To build:
yarn build
To start development server:
yarn start