This project is a simple chat box with different themes implemented using Gulp, and SCSS.
- Minimalistic chat box interface
- Gulp for task automation
- SCSS for styling
- Node.js and npm installed
- Gulp installed globally (
npm install -g gulp
)
- Clone the repository:
git clone https://github.com/wp-sms/message-button.git
- Install dependencies:
npm install
assets/js
: JavaScript files built with Gulp.assets/css
: CSS files built with Gulp.assets/img
: Image directory.assets/src/scss
: SCSS styles that Gulp processes.assets/src/js
: JavaScript files that Gulp processes.index.html
: Main HTML file.- Theme Files:
blue.html
blue-gradient.html
gray.html
green.html
Explore different themes with the following demo links:
To run the project locally, use the following commands:
- Run Gulp for development (watches for changes and compiles SCSS):
gulp
- Open
index.html
in your browser. - Explore different themes by opening the corresponding theme files.