css-transform
CSS3 Transform Functions Playground. Demo UI built with Vue, Gulp and LESS.
— Install
Clone or download the repository and install dependencies
$ git clone https://github.com/alterebro/css-transform.git
$ cd css-transform/
$ npm install
— Serve
Start a local server, i.e the SimpleHTTPServer
python module
$ python -m SimpleHTTPServer <port>
# Source : http://0.0.0.0:8000/src/
# Compiled : http://0.0.0.0:8000/dist/
— Build
Using gulp to compile the project
$ npm install gulp-cli -g # In case gulp isn't already installed
$ gulp build