niclas-timm / laravel-nextjs-starter

A Starter Kit for applications with Laravel as the API and NextJS for the Frontend
308 stars 82 forks source link

One command for starting backend and frontend #15

Closed niclas-timm closed 3 years ago

niclas-timm commented 3 years ago

Right now, 2 terminal windows are needed. Would be great to do it with only one. Maybe concurrently npm package?

niclas-timm commented 3 years ago

Created separate containers for frontend and backend.