Popzy is a powerful and lightweight WordPress popup plugin designed to help you create engaging popups effortlessly. Built with modern web technologies such as React, SASS, and Tailwind CSS, Popzy ensures smooth performance and an intuitive user experience.
- Easy-to-use popup builder with Gutenberg
- Lightweight and fast performance
- Works seamlessly with WordPress
- WP Rest API
- Caching method
Clone the repository:
git clone https://github.com/schorpy/popzy.git
cd popzy
Install dependencies:
npm install
composer install
Start the development server:
npm run watch
Compile and optimize the plugin for production:
npm run build
- CSS & Styling: Source files for Tailwind CSS and SASS are available in the /src/resources/css directory.
- JavaScript & React: JSX, TSX, and JavaScript files are available in the /src/resources/javascript directory.
-Minified CSS files are located in /assets/css. -Minified JavaScript files are located in /assets/js.