generator-react-flux-scaffold
Version:
This will help you to kick start your React-flux web application.
14 lines • 503 B
HTML
<html lang="en">
<head>
<title>react-flux-app-scaffolding</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="css/bundle.css"/>
</head>
<body>
<div id="app"></div>
<!-- build:<type> <path> -->
<script src="scripts/bundle.js"></script>
<!-- endbuild -->
</body>
</html>