Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 541 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 541 Bytes

Jigsaw Tailwindcss

Jigsaw starter project for build website with laravel blade, tailwindcss, and aplinejs.

Installation

Run setup command and will install all Composer & NPM dependencies.

./bin/setup.sh

Hot Reloading

Using watch command to watch all your project files.

npm run watch

Production

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