Cloned project from https://github.com/ammezie/tasksman implementing Laravel + React
Clone the project repository by running the command below if you use SSH
git clone git@github.com:3myouol/tasksman.gitIf you use https, use this instead
git clone https://github.com/3myouol/tasksman.gitAfter cloning, run:
composer installnpm installDuplicate .env.example and rename it .env
Then run:
php artisan key:generateBe sure to fill in your database details in your .env file before running the migrations:
php artisan migrateAnd finally, start the application:
php artisan serveand visit http://127.0.0.1:8000 to see the application in action.
- Laravel - The PHP Framework For Web Artisans
- React - A JavaScript library for building user interfaces
- Tailwind CSS - A utility-first CSS framework for rapid UI development (Pending)