Initial skeleton of the ustaxlib viewer.
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 8 Mar 2020 22:33:27 +0000 (18:33 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 8 Mar 2020 22:34:00 +0000 (18:34 -0400)
commit6baecd39eea3fca6b94f19ee12aa6c7e930dbdc4
tree61d3ecb53d9273fb695515fac501f13f314547dd
Initial skeleton of the ustaxlib viewer.
.gitignore [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
public/index.html [new file with mode: 0644]
src/App.css [new file with mode: 0644]
src/App.tsx [new file with mode: 0644]
src/FormView.css [new file with mode: 0644]
src/FormView.tsx [new file with mode: 0644]
src/index.tsx [new file with mode: 0644]
tsconfig.json [new file with mode: 0644]
webpack.config.js [new file with mode: 0644]