Create basic layout and navigation for client

This commit is contained in:
2018-02-02 20:53:08 -07:00
parent 9f77ca5215
commit c081c6ecc3
8 changed files with 6909 additions and 80 deletions
+4 -2
View File
@@ -5,7 +5,9 @@
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts": "1.1.0"
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.0",
"semantic-ui-react": "^0.77.2"
},
"scripts": {
"start": "react-scripts start",
@@ -13,4 +15,4 @@
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}
}