Skip to content

Commit

Permalink
Liberated css file, refactored classNames and changed ports
Browse files Browse the repository at this point in the history
  • Loading branch information
JkHz committed Aug 19, 2020
1 parent 8975b5e commit 2f285c5
Show file tree
Hide file tree
Showing 10 changed files with 12,699 additions and 37 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ coverage

# Compiled Dirs (http://nodejs.org/api/addons.html)
build/
dist/

12,237 changes: 12,237 additions & 0 deletions client/dist/bundle.js

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions client/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="styles.css" />
<title>Reviews</title>
</head>
<body>
<div id="reviews">
</div>
<script src='bundle.js'></script>
</body>
</html>
Loading

0 comments on commit 2f285c5

Please sign in to comment.