/ci3_laravel-mix_starter-template

Starter template to use Codeigniter 3 HMVC with Laravel Mix for bundling js and sass. This template pre config with TailwindCSS and Alpine.js too

Primary LanguageCSSMIT LicenseMIT

Codeigniter 3 HMVC with laravel-mix Starter Template

this starter template pulls together Codeigniter 3 HMVC, Laravel-Mix for bundling, TailwindCSS, and Alpine.js.

How to use it

  1. 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
  1. Install npm dependencies
npm install
  1. 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
  1. open localhost/ci3_laravel-mix_starter-template on the browser