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 i
to install dependencies -
npm run build
to create a development ready build located in thebuild
folder -
npm run start
to start a development server and watch for changes within thebuild
folder -
npm run deploy
to create a production ready build located in thedist
folder
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