UNPKG

create-react-proj

Version:

Create your react projects with minimum dependencies

17 lines (15 loc) 363 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="" href="index.css"/> <title>Document</title> <script> window.appVersion = <%= htmlWebpackPlugin.options.version %>; </script> </head> <body> <div id="app"></div> </body> </html>