Add boilerplate.
This commit is contained in:
parent
27b93a65ce
commit
cbb70e2390
9 changed files with 7377 additions and 0 deletions
19
public/index.html
Normal file
19
public/index.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue