abourtnik / clip-zone

Open Source Laravel Youtube Clone
https://www.clip-zone.com/
11 stars 1 forks source link

The css isn't loading on localhost #1

Closed Temian1 closed 1 year ago

Temian1 commented 1 year ago

I tired working on it on localhost but the css and js are not rendering what could have happened

abourtnik commented 1 year ago

Hello @Temian1, for start project you need to execute make start command

Temian1 commented 1 year ago

Hello @Temian1, for start project you need to execute make start command

You mean 'php artisan start' , because I did that, I can't run "npm build" also I get error anytime I do that

abourtnik commented 1 year ago

No make start this command run followings commands :

docker-compose up -d
docker exec -it php_container npm run dev

https://github.com/abourtnik/clip-zone/blob/f40328525b851eeb259970dd06e3e3f95672ec86/Makefile#L13

You can run this command manually if you want