Jigsaw starter project for build website with laravel blade, tailwindcss, and aplinejs.
Run setup command and will install all Composer & NPM dependencies.
./bin/setup.sh
Using watch command to watch all your project files.
npm run watch
If you want to deploy your app on Netlify you don't need to add anything, netlify.toml added by defualt. or you can run production command to build your deploy app
npm run production