doggo
doggo copied to clipboard
Doggo For Hire - A digital resume for an awesome dog named Birch
Doggo For Hire
A digital resume for an awesome dog named Birch.

Awards
Development
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
File Structure
βββ 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