UNPKG

generator-jstack

Version:

A front-end application generator for RequireJS, KnockoutJS, Sass, Pure, Jasmine, Sinon and Karma

12 lines (11 loc) 253 B
<!Doctype html> <html> <head> <meta charset="utf-8"> <title><%= appname %></title> <script data-main="app/main" src="app/bower_components/requirejs/require.js"></script> </head> <body> <h1><%= appname %> running!</h1> </body> </html>