Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aiverreaver/stackoverflow_clone

Stackoverflow clone created with laravel and reactjs
https://github.com/aiverreaver/stackoverflow_clone

javascript laravel php reactjs redux redux-thunk stackover-clone stackoverflow

Last synced: about 1 month ago
JSON representation

Stackoverflow clone created with laravel and reactjs

Awesome Lists containing this project

README

        

# 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