UNPKG

strux

Version:

Cross-component communication finally made simple.

14 lines (13 loc) 391 B
<!doctype html> <html> <head> <title>Gulp React Starter</title> <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="/css/app.css"/> </head> <body> <div id="app"></div> <script src="/socket.io/socket.io.js"></script> <script src="/js/app.js"></script> </body> </html>