doggo
1.0.0
バーチという名前の素晴らしい犬のデジタル履歴書。

npm inpm run build buildにある開発準備完了ビルドを作成するnpm run start開発サーバーを起動し、 buildフォルダー内の変更を監視しますnpm run deploy dist ├── 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