UNPKG

generator-nifty-webapp

Version:

Minimal modern webapp boilerplate using babel and webpack. Based on Nifty Web App (https://github.com/niftymonkey/nifty-webapp)

12 lines (11 loc) 184 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title><%= name %></title> </head> <body> <div id="app"></div> <script src="js/app.js"></script> </body> </html>