this starter template pulls together Codeigniter 3 HMVC, Laravel-Mix for bundling, TailwindCSS, and Alpine.js.
- Clone the repo to your local web server
git clone https://github.com/yogaaltariz/ci3_laravel-mix_starter-template.git
cd ci3_laravel-mix_starter-template
- Install npm dependencies
npm install
- Bundling js and sass resources to development (without minified)
npm run dev
or you can try bundling js and sass resource to production (minified)
npm run production
- open localhost/ci3_laravel-mix_starter-template on the browser