Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 297 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 297 Bytes

Required versions

PHP version 8.1.4 Composer version 2.3.5

Laravel installation

git clone https://github.com/SalemH2001/Trade-laravel-react

composer update

cp .env.example .env

php artisan key:generate

php artisan serve

React installation

cd trade-react

npm install

npm run start