Logomotion: mise à jour introduction framework javascript

This commit is contained in:
2018-01-09 22:52:41 +01:00
committed by Benjamin Bohard
parent 7add972706
commit 3d2afb8b17
14 changed files with 429 additions and 18 deletions

View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>"Simple" React with Webpack</title>
</head>
<body>
<div id='app'></div>
---
<div id='props-example'></div>
---
<div id='clock'></div>
---
<div id='counter'></div>
<script src='/bundle.js'></script>
</body>
</html>