jack-morrison / violin

Example of JS-Fiddle style workflow on your desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Violin

Example of JS-Fiddle style workflow on localhost

Setup

Assuming you have Homebrew installed on your Mac, you can just clone this repo and run make -- brew will install all dependencies for you, and then start a livereload server and open your browser to the right spot:

git clone git@github.com:robertdfrench/violin.git
cd violin
make

After that, edit and create items in the src/ folder with the editor of your choice (vim) and the changes will live-reload in your web browser.

FAQ

Why did you do this?

It's an experiment to see if a workflow exists that is comparably ergonomic to JS Fiddle, but is also amenable to working in version control.

About

Example of JS-Fiddle style workflow on your desktop


Languages

Language:Makefile 75.3%Language:HTML 24.7%