Aplikasi web untuk penyedia layanan VPS, dedicated server, hosting, dan layanan infrastruktur lainnya.
npm install
npm run devBuka: http://localhost:8080
npm install
npm run buildFile hasil build ada di folder dist/
- IMPLEMENTATION_GUIDE.md - Panduan implementasi frontend & backend
- API_DOCUMENTATION.md - Dokumentasi lengkap API endpoints
- DEPLOYMENT.md - Panduan deployment lengkap ke VPS
- Frontend: React 18 + TypeScript + Vite
- Styling: Tailwind CSS + shadcn/ui
- Backend: PHP 8 + MySQL (terpisah, lihat API_DOCUMENTATION.md)
- Routing: React Router v6
- State: React Context API
- Icons: Lucide React
Edit .env.production sebelum build:
VITE_API_URL=https://api.bytenodes.id/apinpm run dev # Development server
npm run build # Production build
npm run preview # Preview production build
npm run lint # Run ESLint- ✅ Authentication (Login/Register)
- ✅ User Dashboard
- ✅ Admin Panel
- ✅ Server Ordering System
- ✅ Payment Gateway Integration (Stripe)
- ✅ Ticketing System
- ✅ Blog/Knowledge Base
- ✅ Responsive Design
- ✅ Role-based Access Control
Lihat DEPLOYMENT.md untuk panduan lengkap deployment ke VPS.
Quick Deploy:
# 1. Build
npm run build
# 2. Upload 'dist' folder ke VPS
scp -r dist/* user@vps:/var/www/bytenodes- JWT-based authentication
- Protected routes
- Role-based access control
- CORS configuration
- Input validation
- Email: support@bytenodes.id
- WhatsApp: [Link]
- Discord: [Link]
- Instagram: @bytenodes
Founded by Salman & Davin from SMK Negeri 13 Bandung, VBAP class.
Private - All rights reserved "# bytenodes"