-
Visual Studio Code
- Download: Visual Studio Code
-
Node.js
- Download: Node.js
-
XAMPP
- Download: XAMPP
-
Composer
- Download: Composer
-
Git
- Download: Git
- Ensure that you have all the required software installed as listed above.
node -v php -v composer -v
git clone https://github.com/jiliangarette/club-nexus.git
cd club-nexus
cp .env.example .env
php artisan key:generate
npm install
composer install
php artisan serve
php artisan reverb:start
npm run dev
Open your web browser and navigate to:
http://127.0.0.1:8000/