Clone this repository
https://github.com/Shaher11/articles-using-laravel-api.git
Now install composer
composer install
Generate key on .env file
cp .env.example .env
php artisan key:generate
To migrate the database
php artisan migrate
You can add some fake data using Seeder
php artisan db:seed
For Install Node.js you can download it from the link below
https://nodejs.org/
For Install NPM
npm install
For Run NPM
npm run watch