UNPKG

generator-fundamental-react-app

Version:

Yeoman generator for a web app with fundamental-react and parcel

15 lines (12 loc) 290 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title><%= title %></title> </head> <body> <div id="app"></div> <script src="../src/index.js"></script> </body> </html>