Add basic application skeleton
authorDaniel Kos <daniel.kos@contractors.roche.com>
Wed, 23 May 2018 21:36:54 +0000 (23:36 +0200)
committerDaniel Kos <daniel.kos@contractors.roche.com>
Thu, 24 May 2018 11:55:47 +0000 (13:55 +0200)
commitcf48e928d4d334b0b6434529d7619c616da319f2
tree05f6a88152d3430e03d057493c78ce8a3ab4754f
parent1c092cb7aeeaf2ecc1c92678aa0ba2f1b7b083bc
Add basic application skeleton

No issue #

Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos@contractors.roche.com>:
23 files changed:
.licenseignore
README.md [new file with mode: 0644]
package.json [new file with mode: 0644]
public/favicon.ico [new file with mode: 0644]
public/index.html [new file with mode: 0644]
public/manifest.json [new file with mode: 0644]
src/components/tree/tree.tsx [new file with mode: 0644]
src/index.css [new file with mode: 0644]
src/index.tsx [new file with mode: 0644]
src/models/project.ts [new file with mode: 0644]
src/store/project-action.ts [new file with mode: 0644]
src/store/project-reducer.ts [new file with mode: 0644]
src/store/root-reducer.ts [new file with mode: 0644]
src/store/store.ts [new file with mode: 0644]
src/views/workbench/workbench.test.tsx [new file with mode: 0644]
src/views/workbench/workbench.tsx [new file with mode: 0644]
tsconfig.json [new file with mode: 0644]
tsconfig.prod.json [new file with mode: 0644]
tsconfig.test.json [new file with mode: 0644]
tslint.json [new file with mode: 0644]
typings/global.d.ts [new file with mode: 0644]
typings/images.d.ts [new file with mode: 0644]
yarn.lock [new file with mode: 0644]