doggo
1.0.0
バーチという名前の素晴らしい犬のデジタル履歴書。
npm i
npm 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