UNPKG

buble-react-rollup-starter

Version:

A simple boilerplate for web apps with React, Bublé and Rollup.

14 lines (13 loc) 335 B
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>babel-react-rollup-starter</title> </head> <body> <main></main> <script src="../build/app.min.js"></script> </body> </html>