Skip to content

Commit

Permalink
Install and set up Material-UI (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
omardeleo authored and BlaneCordes committed Feb 23, 2019
1 parent 2efdb21 commit df9d82d
Show file tree
Hide file tree
Showing 3 changed files with 281 additions and 9 deletions.
2 changes: 2 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"private": true,
"proxy": "http://localhost:3001",
"dependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"@rails/webpacker": "3.5",
"babel-preset-react": "^6.24.1",
"bootstrap": "^4.2.1",
Expand Down
2 changes: 2 additions & 0 deletions client/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<title>React App</title>
</head>
<body>
Expand Down
Loading

0 comments on commit df9d82d

Please sign in to comment.