Skip to content

anaoviedo/animacion1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.4%
  • CSS 31.8%
  • JavaScript 20.8%