Starter project for Laravel-lumen + svelte. Consider developing your svelte app separately and merging it when it's done and you want to compile it ✨.
first you have to clone this repo
git clone https://github.com/Rettorio/lusvelt my-app
cd my-app
then install the dependencies
composer Install && npm install
now you can start build your app using lumen and svelte 👨💻.