Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 448 Bytes

File metadata and controls

25 lines (15 loc) · 448 Bytes

stackoverflow clone app

Stackoverflow webapp created with laravel and reactjs

How To Run

Clone the project git clone https://github.com/AiverReaver/stackoverflow_clone.git

Backend

cd into stakoverflow_backend and run composer install

And then php artisan serve

Frontend

cd into stakoverflow_frontend and run yarn or npm install

And then yarn start or npm run start

And now enjoy buggy stackoverflow clone app