ryanwiemer / doggo

Doggo For Hire - A digital resume for an awesome dog named Birch

Home Page:https://www.doggoforhire.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A digital resume for an awesome dog named Birch.

screenshot

Awards

Development

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

Tools & Frameworks Used

About

Doggo For Hire - A digital resume for an awesome dog named Birch

https://www.doggoforhire.com


Languages

Language:HTML 45.2%Language:SCSS 42.8%Language:JavaScript 12.0%