Base boilerplate (ish) files from which to start a front-end app. Cobbled together from various jobs and side projects to get something that is at least an optimal starting point for most projects and uses my preferred libraries.
Currently, this is mostly config for Git, NPM, Webpack, Babel, PostCSS, and Browserslist. It also includes some starter files like polyfills.
I. Front End Development
II. Further Reading
npm install
See the maidfile
for a list of tasks available
npm i -D <package_name>
will install and save a package as a dev dependencynpm i -S <package_name>
will install and save a package as a prod dependency
import
the package where needed in the code