An open API service indexing awesome lists of open source software.

https://github.com/iamwilliamhames/codeigniter-4-webpack-boilerplate

Codeigniter 4 Webpack Boilerplate
https://github.com/iamwilliamhames/codeigniter-4-webpack-boilerplate

codeigniter4 webpack4

Last synced: 6 months ago
JSON representation

Codeigniter 4 Webpack Boilerplate

Awesome Lists containing this project

README

        

# CodeIgniter 4 Webpack Boilerplate

[![Codeigniter](https://img.shields.io/badge/Codeigniter-4.0.3-orange.svg)](http://codeigniter.com/)
[![Bootstrap](https://img.shields.io/badge/Bootstrap-v4.5.0-6f5499.svg)](http://getbootstrap.com/)
[![Webpack](https://img.shields.io/badge/Webpack-v4.43.0-569CC9.svg)](https://webpack.js.org/)

## Installation
- Clone or download the repo
- Run `npm install`
- Build assets with `npm run build`
- Watch assets with `npm run watch`
- Run the server with `php spark serve`
- Vist [http://localhost:8080](http://localhost:8080)

Assets are located in `resources`

Webpack compiles assets to `public/assets`