UNPKG

generator-min-react-hmr-wp-2

Version:
14 lines (10 loc) 197 B
<!DOCTYPE html> <html> <head> <title>Minimal React JS app with Webpack2 with HMR</title> </head> <body> <div id="root"></div> <script src="/main.bundle.js"></script> </body> </html>