add basic view app

This commit is contained in:
2017-01-22 12:59:15 -07:00
parent f9e237da09
commit 540eda3ee3
7 changed files with 749 additions and 30 deletions

View File

@@ -1,3 +1,7 @@
{
"extends": "airbnb"
"extends": "airbnb",
"env": {
"browser": true,
"node": true
}
}