alterebro / css-transform

CSS Transform Playground. Online tool to visualize 2D & 3D CSS3 Transform functions.

Home Page:https://css-transform.moro.es/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

css-transform › css-transform.moro.es

CSS3 Transform Functions Playground. Demo UI built with Vue, Gulp and LESS. Deployment via Netlify

Netlify Status

CSS Transform


Development

— 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

Jorge Moreno — @alterebro

About

CSS Transform Playground. Online tool to visualize 2D & 3D CSS3 Transform functions.

https://css-transform.moro.es/

License:MIT License


Languages

Language:HTML 47.6%Language:Less 32.4%Language:JavaScript 20.0%