More idiomatic project setup
This commit is contained in:
parent
625fd8dd06
commit
58cdd3038f
7 changed files with 22 additions and 17 deletions
|
|
@ -3,17 +3,17 @@
|
|||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>My First React App</title>
|
||||
<title>Mobservable-React-Typescript boilerplate project</title>
|
||||
<link rel="stylesheet" href="css/bootstrap.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>My First React App</h1>
|
||||
<h1>Mobservable-React-Typescript boilerplate project</h1>
|
||||
<div id="app"></div>
|
||||
</div>
|
||||
|
||||
<script src="js/app/bundle.js"></script>
|
||||
<script src="js/bundle.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue