A digital resume for an awesome dog named Birch.
npm ito install dependenciesnpm run buildto create a development ready build located in thebuildfoldernpm run startto start a development server and watch for changes within thebuildfoldernpm run deployto create a production ready build located in thedistfolder
├── src
│ ├── index.html # Static HTML file
│ ├── img/ # Contains all images used on the website
│ ├── js/ # Contains all Javascript/Component files to be compiled
│ │ └──scripts.js # Javascript entry point (ES6 compatible via Babel)
│ └── scss/ # Contains all styling to be compiled
│ └──style.scss # Sass entry point
|
└── build # Generated build folder created via npm run build
└── dist # Generated dist folder created via npm run deploy
