Added some Router code to handle the routes and started setting up what I hope will be a nice folder structure for this project.

This commit is contained in:
2021-01-17 13:54:09 -06:00
parent 520b2f7e0b
commit 7f354a50c3
10 changed files with 7151 additions and 2747 deletions
+8 -1
View File
@@ -7,8 +7,15 @@
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0",
"react": "^17.0.1",
"react-art": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "4.0.1",
"react-native": "^0.63.4",
"react-native-sqlite-storage": "^5.0.0",
"react-native-web": "^0.14.10",
"react-router-dom": "^5.2.0",
"react-router-native": "^5.2.0",
"react-scripts": "^4.0.1",
"typescript": "^4.1.3",
"web-vitals": "^0.2.4"
},
"scripts": {