https://github.com/azmy60/ci4-rollup-postcss-tailwind
A simple todo list app with CodeIgniter 4, Rollup.js, PostCSS, and Tailwind CSS v3
https://github.com/azmy60/ci4-rollup-postcss-tailwind
codeigniter4 postcss rollupjs tailwindcss todolist
Last synced: 2 months ago
JSON representation
A simple todo list app with CodeIgniter 4, Rollup.js, PostCSS, and Tailwind CSS v3
- Host: GitHub
- URL: https://github.com/azmy60/ci4-rollup-postcss-tailwind
- Owner: azmy60
- License: mit
- Created: 2021-10-27T18:54:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T17:55:56.000Z (about 4 years ago)
- Last Synced: 2025-08-10T23:42:50.453Z (11 months ago)
- Topics: codeigniter4, postcss, rollupjs, tailwindcss, todolist
- Language: PHP
- Homepage:
- Size: 142 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ci4-rollup-postcss-tailwind
## Installation
```bash
composer install
npm install
npm run prod
php spark serve
```
You don't need to include /node_modules directory in production server. It is used for building distribution files like `public/js/main.js` and `public/css/main.css`.
## Other commands
```bash
npm start # Hot reload (use browser extension)
npm test
npm run build
npm run prod
```
## Hot reload (live server)
Use a browser extension to inject a live server script.
Install Live Server Web Extension for [Chrome](https://addons.mozilla.org/en-US/firefox/addon/live-server-web-extension/)
/ [Firefox](https://chrome.google.com/webstore/detail/live-server-web-extension/fiegdmejfepffgpnejdinekhfieaogmj)