UNPKG

create-mori

Version:

Quickly create project templates to support the required repositories as much as possible

14 lines (13 loc) 385 B
<!DOCTYPE html> <html lang="en"> <head> <!-- react-scan --> <script src="https://unpkg.com/react-scan/dist/auto.global.js"></script> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Mori: Webpack + React</title> </head> <body> <div id="root"></div> </body> </html>