Add boilerplate.

This commit is contained in:
Benny van Reeven 2015-09-15 08:10:14 +02:00
parent 27b93a65ce
commit cbb70e2390
9 changed files with 7377 additions and 0 deletions

7086
public/css/bootstrap.css vendored Normal file

File diff suppressed because it is too large Load diff

19
public/index.html Normal file
View file

@ -0,0 +1,19 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>My First React App</title>
<link rel="stylesheet" href="css/bootstrap.css">
</head>
<body>
<div class="container">
<h1>My First React App</h1>
<div id="app"></div>
</div>
<script src="js/app/bundle.js"></script>
</body>
</html>