Add initial journal app with library menu on left

This commit is contained in:
Joey Payne 2016-02-15 21:28:21 -07:00
commit c5c75efc23
13 changed files with 838 additions and 0 deletions

1
.babelrc Normal file
View file

@ -0,0 +1 @@
{ "presets": ["es2015", "react", "stage-0", "stage-1", "stage-2", "stage-3"] }