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
- Host: GitHub
- URL: https://github.com/iamwilliamhames/codeigniter-4-webpack-boilerplate
- Owner: IAmWilliamHames
- License: mit
- Created: 2020-06-25T02:11:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-29T00:10:15.000Z (almost 5 years ago)
- Last Synced: 2024-10-26T01:29:44.488Z (8 months ago)
- Topics: codeigniter4, webpack4
- Language: CSS
- Homepage:
- Size: 421 KB
- Stars: 3
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# CodeIgniter 4 Webpack Boilerplate
[](http://codeigniter.com/)
[](http://getbootstrap.com/)
[](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`