UNPKG

react-devpack

Version:

Meta package of packages used in reactjs development.

16 lines (15 loc) 454 B
<!doctype html> <html lang="en"> <head> <title>Hub</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <link rel="stylesheet" href="/static/styles.css"/> </head> <body> <div id="root"/> <script src="/static/vendor.bundle.js"></script> <script src="/static/app.bundle.js"></script> </body> </html>