Add basic example script

This commit is contained in:
Alasdair Smith 2018-01-12 11:41:12 +00:00
parent 49c27c4c7a
commit 4642d55b7b
2 changed files with 4 additions and 0 deletions

View file

@ -30,6 +30,7 @@
"bcrypt": "1.0.1",
"body-parser": "^1.13.1",
"bufferedstream": "1.6.0",
"codemirror": "^5.33.0",
"connect-redis": "^3.1.0",
"contentful": "^3.3.14",
"cookie": "^0.2.3",

View file

@ -0,0 +1,3 @@
import { CodeMirror } from 'codemirror'
console.log('hello from rich text and codemirror')