Skip to content

Commit 9c0ed30

Browse files
Initial commit
0 parents  commit 9c0ed30

File tree

21 files changed

+23384
-0
lines changed

21 files changed

+23384
-0
lines changed

.babelrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"presets": [
3+
"es2015",
4+
"stage-0"
5+
],
6+
"plugins": [
7+
"transform-runtime"
8+
]
9+
}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
/db.sqlite3
3+
/node_modules/

0 commit comments

Comments
 (0)