css-transform › css-transform.moro.es
CSS3 Transform Functions Playground. Demo UI built with Vue, Gulp and LESS. Deployment via Netlify
Clone or download the repository and install dependencies
$ git clone https://github.com/alterebro/css-transform.git
$ cd css-transform/
$ npm install
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/
Using gulp to compile the project
$ npm install gulp-cli -g # In case gulp isn't already installed
$ gulp build
Jorge Moreno — @alterebro