Feature: add CF plugin + Fix: remove static resources from .gitignore

This commit is contained in:
fecaille
2016-03-23 10:46:52 +01:00
parent 704596953f
commit 5921c3be7e
5 changed files with 158 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
ReactDOM.render(
<CommentBox url="/api/comments" pollInterval={2000}/>,
document.getElementById('content')
);