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: 17 days ago
JSON representation
Stackoverflow clone created with laravel and reactjs
- Host: GitHub
- URL: https://github.com/aiverreaver/stackoverflow_clone
- Owner: AiverReaver
- Created: 2019-09-04T10:34:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:13:48.000Z (about 3 years ago)
- Last Synced: 2025-01-01T01:44:22.606Z (about 1 year ago)
- Topics: javascript, laravel, php, reactjs, redux, redux-thunk, stackover-clone, stackoverflow
- Language: PHP
- Homepage:
- Size: 2.48 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
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