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