Skip to content

Commit

Permalink
temp add build to git
Browse files Browse the repository at this point in the history
  • Loading branch information
DevStarks committed Aug 26, 2017
1 parent b31fbc0 commit 21ae8b2
Show file tree
Hide file tree
Showing 10 changed files with 47,655 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/build/
/node_modules/
/npm-debug.log
1 change: 1 addition & 0 deletions build/bundle.map

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html>
<head>
<title>Rock - Paper - Scissors</title>

<meta charset="UTF-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="root"></div>
<script type="text/javascript" src="/static/js/bundle.js"></script></body>
</html>
Loading

0 comments on commit 21ae8b2

Please sign in to comment.