client/
β React + Tailwind Frontend (GitHub Pages deployable)server/
β Node.js + Express Backenddata/
β JSON file-based storage (form submissions, blogs)
cd client
npm install
npm run deploy
cd server
npm install express cors
node index.js
Use x-admin-token: nua-admin-token
for secure routes (if needed).