LiveComment is very simple.
// File: app.jsx
// My code block - import section [
import async from "async";
import React from "react";
import Router from "react-router";
// My code block - import section ]npm install livecomment --save$ node_modules/livecomment/bin/livecommentopen http://localhost:3070/var LiveComment = require('livecomment')
var options = {
debug: 1,
common: {
ignore: [
'.git',
'.git/**',
'node_modules',
'node_modules/**',
'node_modules/**/.*',
'node_modules/**/.*/**'
]
},
paths: ['/path/to/file', ...]
}
var livecomment = new LiveComment(options)