Skip to content

A simple todo list app with CodeIgniter 4, Rollup.js, PostCSS, and Tailwind CSS v3

License

Notifications You must be signed in to change notification settings

azmy60/ci4-rollup-postcss-tailwind

Repository files navigation

ci4-rollup-postcss-tailwind

Installation

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

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 / Firefox

About

A simple todo list app with CodeIgniter 4, Rollup.js, PostCSS, and Tailwind CSS v3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published