Skip to content

Spacerat/diff-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I made myself a little webapp which shows file diffs, in order to teach myself React. In hindsight, React.js was probably a bit overkill for such a small application.

To run, just set up a static web server, e.g.:

$ python -m SimpleHTTPServer 8080

The .jsx file is compiled with 'babel'.

$ babel diffview.jsx > diffview.js

About

Simple online diff tool with react.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published