Skip to content

Commit

Permalink
Added initial test page 'try_me.html' that loads the Webpack-generate…
Browse files Browse the repository at this point in the history
…d JavaScript output logic.
  • Loading branch information
maratbn committed Jan 18, 2017
1 parent bcf8a4a commit 3afefea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions try_me.html
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Step-by-Step Minimalistic React Web App Tutorial Test Page</title>
</head>
<body>
<p>This is a test page for the step by step minimalistic React web app tutorial at
<a href='http://maratbn.com/blogs/2017/01/14/minimalistic-react-webapp/'>
http://maratbn.com/blogs/2017/01/14/minimalistic-react-webapp/
</a>
</p>
<script type='text/javascript' src='webpack_out/minimalistic_react.js'></script>
</body>
</html>

0 comments on commit 3afefea

Please sign in to comment.