Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.16 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.16 KB

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