make -f installMacOS.mk
sudo make -f installLinuxDebian.mk
powershell -ExecutionPolicy ByPass -File .\install.ps1
http://localhost:8888 -> VITE + REACT
http://localhost:8888/api -> PHP 8.3 + Laravel BACKEND
- Installation is now supports debian based Linux(Ubuntu, Debian..)!
- Install Make - If you don't have it
1. sudo apt-get install make
2. sudo make -f installLinuxDebian.mk
-
After you done with the installation script close Powershell and open it again.
-
Install vendor packages
composer install
- Rename .env.template to .env and run the following
php artisan key:generate
- cd to /Startup Folder and Install NodeJS dependencies
npm install
- Use the installation script, install.ps1 (you will need to run as administrator) (it will install PHP + Composer + Configure php.ini)
powershell -ExecutionPolicy ByPass -File .\install.ps1
-
After you done with the installation script close Powershell and open it again.
-
Install vendor packages
composer install
- Rename .env.template to .env and run the following
php artisan key:generate
- cd to /Startup Folder and Install NodeJS dependencies
npm install
To run the app CD to /Startup Folder
- It will run React + Vite
- Laravel also going to be run alongside React + Vite
npm run dev
- Frontend development (React) in the startup/src directory
- Backend development (Laravel) in the root directory
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh