Complete client UI

This commit is contained in:
2017-10-27 23:45:10 -06:00
commit d382fdd8fa
11 changed files with 574 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.
# Dependencies
node_modules/
# Compiled output
bundle.js
# Runtime data
database.sqlite
# Test coverage
coverage
.nyc_output
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editors and IDEs
.idea
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.swp
# Misc
.DS_Store