Minimal production-ready starter for Nette applications with Vite asset bundling.
- PHP 8.4+
- Nette Framework 3.2+
- Node.js and npm for frontend tooling
- PHP 8.4 or newer
- Node.js 20+ and npm 10+
composer install
npm cinpm run dev
php -S 127.0.0.1:8000 -t wwwnpm run build
npm run previewApplication runtime directories must be writable by the web server/PHP process:
temp/log/
Prefer correct ownership and group permissions (for example 775) over world-writable permissions.