feat: working calculator

This commit is contained in:
2019-08-31 14:13:06 -07:00
commit 998463a593
7 changed files with 6072 additions and 0 deletions

12
firebase.json Normal file
View File

@@ -0,0 +1,12 @@
{
"hosting": {
"public": "dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}