Stackoverflow webapp created with laravel and reactjs
Clone the project git clone https://github.com/AiverReaver/stackoverflow_clone.git
cd into stakoverflow_backend and run
composer install
And then
php artisan serve
cd into stakoverflow_frontend and run
yarn or npm install
And then
yarn start or npm run start