Home

Documentation

Contact

Launching the app

Congrats! You are now ready to launch the application. In order to get backend and frontend running at the same time, you need two terminal windows. In one, navigate to the root directory of your project and execute

php artisan serve

In the second terminal, navigate to /client and execute

npm run dev

The two commands ship directly with Laravel and Next.js, respectively.

Now navigate to the frontend URL. You now see the homepage. You may register a new user under /user/register or login at /user/login. Find the configuration possibilities in the "Authentication" section.