Set up frontend dependencies
authorJacob Casper <jacob.thomas.casper@gmail.com>
Sun, 17 May 2020 02:24:52 +0000 (21:24 -0500)
committerJacob Casper <jacob.thomas.casper@gmail.com>
Sun, 17 May 2020 02:26:04 +0000 (21:26 -0500)
commit05b9ad642fae36eb7ef5ebbae1fb45396bab7270
treeaa1148982c3d254f49149fea2755e6602d89b7d4
parent6a60d93dfb74c8f12c1e6881a74ab0fdcbfbb932
Set up frontend dependencies
18 files changed:
.gitignore
frontend/README.md [new file with mode: 0644]
frontend/package-lock.json [new file with mode: 0644]
frontend/package.json [new file with mode: 0644]
frontend/public/favicon.ico [new file with mode: 0644]
frontend/public/index.html [new file with mode: 0644]
frontend/public/logo192.png [new file with mode: 0644]
frontend/public/logo512.png [new file with mode: 0644]
frontend/public/manifest.json [new file with mode: 0644]
frontend/public/robots.txt [new file with mode: 0644]
frontend/src/App.css [new file with mode: 0644]
frontend/src/App.js [new file with mode: 0644]
frontend/src/App.test.js [new file with mode: 0644]
frontend/src/index.css [new file with mode: 0644]
frontend/src/index.js [new file with mode: 0644]
frontend/src/logo.svg [new file with mode: 0644]
frontend/src/serviceWorker.js [new file with mode: 0644]
frontend/src/setupTests.js [new file with mode: 0644]