$PROJECT_ROOT
├── public
└── src
├── assets
├── components
├── lib
├── router
└── view
|------------------ Valiable CSS -----------------
"Create valiable in 'tailwind.config.js' file and
Set Color in file 'index.css'"
|-------------------------------------------------
|-------------------- Library --------------------
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
npm i -D react-router-dom@latest
npm install react-icons --save
npm install aos --save
npm install framer-motion // Framer Motion requires React 18.
npm i @emotion/styled @emotion/react
npm i react-helmet-async // ช่วยในการจัดการกับเนื้อหาภายใน <head> ของ HTML
npm install --save three
<!-- Recoment -->
https://headlessui.com/ - Package ที่ช่วยในการสร้าง Dropdowns ต่างๆ
|-------------------------------------------------