Minimal Web Starter Kit based on Nuxt as Frontend and Laravel as Backend API.
- Frontend demo : https://laranuxt.okami101.io
- Swagger API documentation : https://laranuxt.okami101.io/api/documentation
- Admin UI demo : https://laranuxt.okami101.io/admin ([email protected]/password, read-only)
- Nuxt starter kit is based on Tailwind CSS for lightning fast frontend building,
- Laravel starter kit includes full custom SPA admin based on Vue CoreUI.
- Server : See dedicated README
- Client : See dedicated README
- Use PM2 to launch Nuxt server node on specific port. Example you can use this command
pm2 start npm --name "laranuxt" -- start -- --port 3000
, - Use this Git post-merge hook for server & client building automation on each pull,
- Use this Nginx template.
This project is open-sourced software licensed under the MIT license.